summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* make has_codec_parameters not returning true when sample_fmt is not setBaptiste Coudurier2008-08-29
* skip empty flv data packets, fix issue #602Baptiste Coudurier2008-08-29
* factorize packet skip codeBaptiste Coudurier2008-08-29
* simplify size handling codeBaptiste Coudurier2008-08-29
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-29
* Remove useless zeroing of a bufferVitor Sessak2008-08-29
* Fix typo in element typeRobert Swain2008-08-29
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-29
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-29
* Fix typo.Stefano Sabatini2008-08-29
* Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer2008-08-29
* Cosmetics: vertical align in print_all_lib_versions().Stefano Sabatini2008-08-29
* Make show_version()/show_banner() print the libswscale versions ifStefano Sabatini2008-08-29
* Implement swscale_version().Stefano Sabatini2008-08-29
* Add to the ffmpeg manual an example showing how to add streams to theStefano Sabatini2008-08-29
* Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini2008-08-29
* speex in flv demuxingBaptiste Coudurier2008-08-29
* cosmetics, typos, caseBaptiste Coudurier2008-08-29
* cosmeticsBaptiste Coudurier2008-08-29
* fix version string ulBaptiste Coudurier2008-08-29
* Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer2008-08-29
* Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer2008-08-29
* 5,1l: samples_chanptr[] should be (const float *)Andreas Öman2008-08-29
* dca: Set data_size outside block loop.Andreas Öman2008-08-29
* dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_inte...Andreas Öman2008-08-29
* While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov2008-08-29
* Bump libavcodec minor version number for r15017.Peter Ross2008-08-29
* Add AVCodecContext.bits_per_raw_sample field.Peter Ross2008-08-29
* Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross2008-08-29
* Do not truncate timestamps before the muxer as it makes simpleMichael Niedermayer2008-08-29
* cosmetics: change another "get" to "decode"Justin Ruggles2008-08-29
* cosmetics: change "get" to "decode"Justin Ruggles2008-08-29
* cosmetics: indentationJustin Ruggles2008-08-28
* remove unneeded variable, dither_allJustin Ruggles2008-08-28
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-28
* Fix a typo.Stefano Sabatini2008-08-28
* Reword a sentence in a doxy making its interpretation clearer.Stefano Sabatini2008-08-28
* Introducing video_stype for holding the value of VAUX source packRoman Shaposhnik2008-08-28
* Change implementation for ff_data_to_hex(), this is faster. See discussion onRonald S. Bultje2008-08-28
* Add generic IIR filter interface with Butterworth lowpass filter implementationKostya Shishkov2008-08-28
* Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.Michael Niedermayer2008-08-28
* cosmetics: rename a tableJustin Ruggles2008-08-27
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-27
* cosmetics: indent after last commitJustin Ruggles2008-08-27
* do not read exponent strategies from each block for E-AC-3 since they are in ...Justin Ruggles2008-08-27
* Two cosmetic changes for improved readability and ease of HDVCPRO HD integrationRoman Shaposhnik2008-08-27
* Cosmetic change aimed at making it easier to see how bits are consumedRoman Shaposhnik2008-08-27
* Factoring out chan_slice / 27 into seq variableRoman Shaposhnik2008-08-27
* Simplification of how dct_mode affects decoding.Roman Shaposhnik2008-08-27
* matroskadec: cosmetics: indentationAurelien Jacobs2008-08-27