2006-09-20 |
Panagiotis... | Inform the user that a certain AVOption is out of range. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Panagiotis... | Correct the constraints of some AVOptions. These had... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Panagiotis... | Migrate the "packetsize" OptionDef option to become... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Panagiotis... | Migrate the "muxrate" OptionDef option to become an... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Luca Barbato | New single instruction math operation header |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Michael Niedermayer | use correct rounding functions |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Benjamin Larsson | Added qcelp faq. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Panagiotis... | Remove the "bufsize" OptionDef option from ffmpeg.c... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Panagiotis... | Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Luca Abeni | Remove the dependency of libswscale on img_format.h |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Luca Abeni | Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Michael Niedermayer | K prefix |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Nazo | FLV seeking patch by Nazo. lovesyao at aol com. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Michael Niedermayer | support SI and some non SI prefixes |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Diego Biurrun | wording/spelling |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Michael Benjamin | ADI Blackfin optimizations |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Diego Biurrun | Change VHOOKSHFLAGS (which defaults to SHFLAGS) from... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Víctor Paesa | Document how to read DirectShow files, |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Måns Rullgård | remove junk characters in comment |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Måns Rullgård | clean up #ifdef HAVE_IPP |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "rc_init_cplx" OptionDef option from ffmpeg... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "bt" OptionDef option from ffmpeg.c. The... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "i_qfactor" OptionDef option from ffmpeg... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Correct the i_qfactor minimum, which was current set... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "me_range" OptionDef option from ffmpeg... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Split the DV demuxer and muxer into separate files... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "i_qoffset" OptionDef option from ffmpeg... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "b_qoffset" OptionDef option from ffmpeg... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "b_qfactor" OptionDef option from ffmpeg... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Fix usage of b_quant_factor. It was not possible to... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "qcomp" OptionDef option from ffmpeg.c.... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "qblur" OptionDef option from ffmpeg.c.... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "pbias" OptionDef option from ffmpeg.c.... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "ibias" OptionDef option from ffmpeg.c.... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "preme" OptionDef option from ffmpeg.c |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the GOP "g" OptionDef option from ffmpeg.c . |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "maxrate" and "minrate" OptionDef options... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Diego Biurrun | Fix Indel --> Intel typo. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Michael Benjamin | Add support for 8-bit grayscale to V4L grabber |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Remove the "b" OptionDef option from the ffmpeg.c file... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Panagiotis... | Rename the AVOption's names to the shorter OptionDef... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Baptiste Coudurier | remove unused, uninitialized free format frame size |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Philippe De... | add support for grayscale rawvideo avi |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Loren Merritt | asm implementation of mid_pred. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Aurelien Jacobs | disable vp3 mmx idct for theora files to avoid artifacts |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Panagiotis... | Synchronize the defaults specified in the AVOptions... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Panagiotis... | Make OFFSET() reuse offsetof |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Panagiotis... | Remove a redundant memset from libavformat. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Panagiotis... | Allow parameter values (AVOptions) to use the 'k',... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Diego Biurrun | Remove the LGPL exception clause as discussed on ffmpeg... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Víctor Paesa | Fix vhook build on Cygwin, shared builds only. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Siarhei Siamashka | Proper armv5te instructions support detection. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Aurelien Jacobs | replaces back some C code by dsp.put_pixels_tab[0]... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Panagiotis... | corrects the type of the AVOption parameter "bugs"... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Panagiotis... | adds descriptions to the libavcodec AVOptions array... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Måns Rullgård | ffmpeg, ffplay, ffserver need version.h |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Aurelien Jacobs | Enables back the mmx/sse optimized version of the vp3... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Michael Niedermayer | 10l typo |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Diego Biurrun | Remove superfluous ifeq. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Diego Biurrun | Fix 'make depend' for libpostproc. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Kostya Shishkov | Swap back and forward motion vectors to achieve correct... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Kostya Shishkov | Set motion vectors used in B-frames to zero by default |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Kostya Shishkov | Use h264_chroma funcs in B-frames MC too |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Kostya Shishkov | Fix edge emulation for bicubic MC in B frames |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Kostya Shishkov | 2989l: Set avctx->has_b_frames value in header and... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Aurelien Jacobs | add a VP6F fourcc for apps which rely on fourcc |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Aurelien Jacobs | don't use dsp.put_pixels_tab[0][0] with unaligned ptr... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Baptiste Coudurier | workaround for files, mainly d-cinema, with 0 sized... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Panagiotis... | Remove nonexistent option -hq from the documentation. |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Siarhei Siamashka | armv5 optimizations |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Panagiotis... | Use and set sane AVOption defaults |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Panagiotis... | adds doxygen docs to av_opt_set_defaults. Patch by... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Andreas Öman | allow ffmpeg to read mp3s beginning with partial frames |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Panagiotis... | make AVOptions default value field work. |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Diego Biurrun | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Gustavo Sverzut... | fprintf/perror --> av_log |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Luca Barbato | Cleanup, from Emanuele Giaquinta <exg@gentoo.org> |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Måns Rullgård | add our -L flags before any other linker flags |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Diego Biurrun | Add official LGPL license headers to the files that... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Kostya Shishkov | Disable B-frames decoding until they produce correct... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Aurelien Jacobs | rename vector to vect to avoid clash with Apple gcc |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Diego Biurrun | Add proper GPL headers. |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Diego Biurrun | Add proper GPL headers. |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Diego Biurrun | Replace informal GPL notice by official header. |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Måns Rullgård | fix out of tree builds |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Aurelien Jacobs | VP5 and VP6 video decoder |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Kostya Shishkov | Drop unneeded checks before av_free() and change to... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Kostya Shishkov | Support for BI-frames in Advanced Profile |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Kostya Shishkov | Don't print header bits by default |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Kostya Shishkov | [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Kostya Shishkov | [Cosmetics] Remove some done TODOs/FIXMEs from comments |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Kostya Shishkov | Proper support for B/BI frames |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Michael Niedermayer | AVPROBE_SCORE_MAX doc |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Panagiotis... | undefines a few temporary defines which were not undefi... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Panagiotis... | Add -lav* to the front of LDFLAGS, fixes linking on... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Diego Biurrun | FFLIBS --> EXTRALIBS |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Diego Biurrun | Remove pointless variable indirection. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Diego Biurrun | simplify |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Diego Biurrun | FFLIBDIRS --> LDFLAGS |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Diego Biurrun | Remove empty variable declaration. |
commit | commitdiff | tree | snapshot |
next |