summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs2008-08-27
* Cosmetics (format ff_nelly_dequantization_table nicer)Michael Niedermayer2008-08-27
* Simplify the indexing logic in the av_encode() streams mapping code.Stefano Sabatini2008-08-27
* add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles2008-08-27
* copy default coupling band structure from table to decoding context (used for...Justin Ruggles2008-08-27
* add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ...Justin Ruggles2008-08-27
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-27
* Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje2008-08-27
* simplify mpeg12 avctx->pix_fmt setBaptiste Coudurier2008-08-26
* remove useless assignment (st is never read after this line)Aurelien Jacobs2008-08-26
* matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs2008-08-26
* mxfdec: set sample_aspect_ratioAurelien Jacobs2008-08-26
* Add a temp variable to ff_sine_window_init() to match the way wma.c computedAurelien Jacobs2008-08-26
* Add explicit (int) cast to i386 optimized MUL* macros.Vladimir Voroshilov2008-08-26
* (cosmetics) Remove incorrect comment.Vladimir Voroshilov2008-08-26
* (cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov2008-08-26
* I'll maintain mxf muxerBaptiste Coudurier2008-08-26
* (cosmetics) Remove wrong comments.Vladimir Voroshilov2008-08-26
* MXF is a valid output format now.Carl Eugen Hoyos2008-08-26
* Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos2008-08-26
* (cosmetics) Align comments consistently.Vladimir Voroshilov2008-08-26
* Another set of definitions for G.729Vladimir Voroshilov2008-08-26
* vertical alignMichael Niedermayer2008-08-26
* Noone seems to want to maintain MPEG-PS so i will.Michael Niedermayer2008-08-26
* Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer2008-08-25