summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Parse 'dats' as data.Florian Echtler2008-06-18
* free private streamcontext when closing demuxer, fix memory leak, patch by Ar...Art Clarke2008-06-18
* convert DOS-style carriage return to Unix-styleGuillaume Poirier2008-06-17
* Change iquant tables to int16.Michael Niedermayer2008-06-17
* simplifyMichael Niedermayer2008-06-17
* Get rid of useless wrapper function.Michael Niedermayer2008-06-17
* Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.Stefano Sabatini2008-06-17
* Cosmetics: display ffmpeg -h generic advanced options just afterStefano Sabatini2008-06-17
* Do not inline g726_iterate() the function is big so its inlining willMichael Niedermayer2008-06-17
* Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.Michael Niedermayer2008-06-16
* Remove redundant zeroing (the context is memset(0)).Michael Niedermayer2008-06-16
* Use smaller data types for tables.Michael Niedermayer2008-06-16
* Float11 does not need int, .o file becomes smaller and the code mightMichael Niedermayer2008-06-16
* simplifyMichael Niedermayer2008-06-16
* Correct validity checks.Michael Niedermayer2008-06-16
* Print sane error message for channels != 1.Michael Niedermayer2008-06-16
* Check number of bits so we do not try to use table entries which do not exist.Michael Niedermayer2008-06-16
* Support decoding of sample_g726.asf.Michael Niedermayer2008-06-16
* matroskadec: remove some useless codeAurelien Jacobs2008-06-16
* get_bits() outputs exactly as many bits as requested no need to mask them.Michael Niedermayer2008-06-16
* Remove dead code.Michael Niedermayer2008-06-16
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16
* Don't show advanced subtitle options within the ffmpeg -h genericStefano Sabatini2008-06-16
* Don't show subtitle and grab options within the ffmpeg -h generic options.Stefano Sabatini2008-06-16
* Fix an example command in ffserver-doc.texi.Stefano Sabatini2008-06-16
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2008-06-16
* fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).Jai Menon2008-06-15
* set correct ftyp minor version for 3gp/2Baptiste Coudurier2008-06-15
* invert mode_mov conditionBaptiste Coudurier2008-06-14
* simplifyBaptiste Coudurier2008-06-14
* change 3gp/3g2 brands if h264 is presentBaptiste Coudurier2008-06-14
* simplify ipod brand selectionBaptiste Coudurier2008-06-14
* fix warning, write_ftyp return int nowBaptiste Coudurier2008-06-14
* put avc1 brand in compat list when h264 is presentBaptiste Coudurier2008-06-14
* -0x8000 == 0x8000 with int16Michael Niedermayer2008-06-13
* Forgotten oma docs stuffBenjamin Larsson2008-06-13
* I think we are also compliant to iso2.Michael Niedermayer2008-06-13
* Add isom to the compatible brands.Michael Niedermayer2008-06-13
* Calculate ftyp size instead of hardcoding it.Michael Niedermayer2008-06-13
* Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id SoftwareStefano Sabatini2008-06-13
* Make ffmpeg.c use print_error() when it can't read an ffserver stream.Stefano Sabatini2008-06-12
* Improve ffmpeg error reporting in case of input/output stream mismatch,Stefano Sabatini2008-06-12
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Make ffmpeg.c:opt_thread use parse_number_or_die().Stefano Sabatini2008-06-12
* Change opt_sync function behavior to print an error message.Stefano Sabatini2008-06-12
* Factorize options context setting.Stefano Sabatini2008-06-12
* simplify MODE_3G2Michael Niedermayer2008-06-12
* Change MODE_* to 1<<c so several can be set at the same time.Michael Niedermayer2008-06-12
* enable stream copy with ffserver, to be able to chainBaptiste Coudurier2008-06-12
* cosmetics, reindentBaptiste Coudurier2008-06-12