Age | Commit message (Expand) | Author |
2012-08-07 | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-03-25 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-03-24 | dpcm: convert to bytestream2. | Ronald S. Bultje |
2012-02-19 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-02-17 | dpcm: ignore extra unpaired bytes in stereo streams. | Alex Converse |
2012-01-26 | dpcm: Round output buffer size up. | Michael Niedermayer |
2012-01-09 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-01-08 | dpcm: Fix invalid writes | Laurentiu Ion |
2011-12-16 | CODEC_ID_SOL_DPCM: Fix used write buffer. | Michael Niedermayer |
2011-12-03 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-12-02 | Add avcodec_decode_audio4(). | Justin Ruggles |
2011-11-12 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-11-11 | dpcm: do not try to decode empty packets | Justin Ruggles |
2011-11-11 | dpcm: remove unneeded buf_size==0 check. | Justin Ruggles |
2011-10-01 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-09-30 | dpcm: return error if packet is too small | Justin Ruggles |
2011-09-30 | dpcm: use smaller data types for static tables | Justin Ruggles |
2011-09-30 | dpcm: use sol_table_16 directly instead of through the DPCMContext. | Justin Ruggles |
2011-09-30 | dpcm: replace short with int16_t | Justin Ruggles |
2011-09-30 | dpcm: check to make sure channels is 1 or 2. | Justin Ruggles |
2011-09-30 | dpcm: misc pretty-printing | Justin Ruggles |
2011-09-30 | dpcm: remove unnecessary variable by using bytestream functions. | Justin Ruggles |
2011-09-30 | dpcm: move codec-specific variable declarations to their corresponding decodi... | Justin Ruggles |
2011-09-30 | dpcm: consistently use the variable name 'n' for the next input byte. | Justin Ruggles |
2011-09-30 | dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. | Justin Ruggles |
2011-09-30 | dpcm: calculate and check actual output data size prior to decoding. | Justin Ruggles |
2011-09-30 | dpcm: factor out the stereo flag calculation | Justin Ruggles |
2011-09-30 | dpcm: cosmetics: rename channel_number to ch | Justin Ruggles |
2011-09-24 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-09-24 | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-11 | Remove final semicolon from some macros | Mans Rullgard |
2011-02-10 | Remove final semicolon from some macros | Mans Rullgard |
2011-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-07-02 | Remove redundant and harmful explicit filename after @file Doxygen command. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-03-02 | cosmetics: Reformat long_names so that "DPCM" comes first. | Diego Biurrun |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2009-01-11 | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun |
2008-12-18 | cosmetics: remove one unneeded space | Kostya Shishkov |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-06-24 | mark read-only data as const | Stefan Gehrer |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-15 | DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-02-01 | consts | Michael Niedermayer |