summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* don't write double sets of metadata in mov, only write usual onesBaptiste Coudurier2008-06-12
* set log debug when avformat debug is setBaptiste Coudurier2008-06-11
* We have an Oma demuxer nowBenjamin Larsson2008-06-11
* matroskadec: set cur_dts after seekJoakim Plate2008-06-11
* indentBaptiste Coudurier2008-06-11
* support for 3gp metadataBaptiste Coudurier2008-06-11
* move utf8 code before udta func, will be used by 3gp tagsBaptiste Coudurier2008-06-11
* write usual brand for ipod formatBaptiste Coudurier2008-06-11
* simplifyBaptiste Coudurier2008-06-11
* factorize psp metadataBaptiste Coudurier2008-06-11
* cosmeticsBaptiste Coudurier2008-06-11
* cosmeticsBaptiste Coudurier2008-06-11
* support alac in ipod m4a format, tested on quicktimeBaptiste Coudurier2008-06-11