summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mpegts: add fix_teletext_pts mpegts demuxer optionMarton Balint2013-08-063-3/+59
* Set bits_per_raw_sample when decoding pnm.Carl Eugen Hoyos2013-08-061-0/+1
* rtp: Make ff_rtp_codec_id() case insensitiveWei-Cheng Pan2013-08-051-1/+2
* libxvid: Reduce the size of an arrayTimothy Gu2013-08-051-1/+1
* avcodec/libxvid: Partially check plugins array size with assertMichael Niedermayer2013-08-051-0/+2
* avcodec/libxvid: set lumi_aq for lumimaskingMichael Niedermayer2013-08-051-2/+5
* fate: Add vorbiscomment cover art testJames Almer2013-08-051-0/+4
* avcodec/tta: use init_get_bits8()Michael Niedermayer2013-08-051-1/+1
* avformat/takdec: use init_get_bits8()Michael Niedermayer2013-08-051-1/+1
* avcodec/eatgq: use init_get_bits8()Michael Niedermayer2013-08-051-1/+1
* avcodec/diracdec: use init_get_bits8()Michael Niedermayer2013-08-051-1/+1
* avcodec/ra144dec: use init_get_bits8()Michael Niedermayer2013-08-051-1/+1
* avformat/latmenc: use init_get_bits8()Michael Niedermayer2013-08-051-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-051-18/+29
|\
| * mxfenc: switch to av_reallocp_array() and check allocation errorsAlexandra Khirnova2013-08-041-18/+29
* | Merge commit 'a10c4ce24bd4a0dd557d5849aa53a0cc74677808'Michael Niedermayer2013-08-051-17/+17
|\ \ | |/
| * aac: Forward errors properly in aac_decode_frame_intLuca Barbato2013-08-041-17/+17
* | Merge commit '71953ebcf94fe4ef316cdad1f276089205dd1d65'Michael Niedermayer2013-08-051-1/+2
|\ \ | |/
| * aac: Check init_get_bits return valueLuca Barbato2013-08-041-3/+6
* | Merge commit '51fc88e7467169031b20b9983d80456b893a9fa3'Michael Niedermayer2013-08-051-4/+4
|\ \ | |/
| * avconv: improve some variable namesAnton Khirnov2013-08-041-4/+4
* | Merge commit '77cc958f60f73963be4281d6e82ef81707e40c26'Michael Niedermayer2013-08-052-2/+2
|\ \ | |/
| * lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov2013-08-042-2/+2
* | rdt: make const tables static constMichael Niedermayer2013-08-051-1/+1
* | mp3dec: make const tables static constMichael Niedermayer2013-08-051-1/+1
* | avcodec/fft: Fix "warning: unused variable"Michael Niedermayer2013-08-041-1/+1
* | avformat/matroskadec: make sipr_bit_rate static constMichael Niedermayer2013-08-041-1/+1
* | libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-0419-36/+543
* | doc/muxers: Document use case of mpegts muxer option tables_versionAndrey Utkin2013-08-041-0/+12
* | vf_scale: add force_original_aspect_ratioTimothy Gu2013-08-042-0/+46
* | MAINTAINERS: order libavutil entries alphabeticallyMichael Niedermayer2013-08-041-3/+3
* | avfilter/graphparser: remove 256 char limit from create_filter()Michael Niedermayer2013-08-041-4/+6
* | avdevice/vfwcap: make constant arrays staticMichael Niedermayer2013-08-031-1/+1
* | avdevice/dshow: make constant arrays staticMichael Niedermayer2013-08-031-1/+1
* | doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer2013-08-031-5/+5
* | doc/muxers: Document previously undocumented mpegts muxer optionsAndrey Utkin2013-08-031-0/+22
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-0311-14/+14
* | avdevice/timefilter: 2nd try at avoiding rounding issuesMichael Niedermayer2013-08-032-4/+3
* | avdevice/timefilter-test: provide more space for the printout to allow larger...Michael Niedermayer2013-08-032-7/+7
* | avcodec/pnmdec: support more pnm filesCarl Eugen Hoyos2013-08-031-0/+6
* | pnmdec: always output native pixel formatMichael Niedermayer2013-08-033-25/+35
* | mpegtsenc: add option tables_versionAndrey Utkin2013-08-032-4/+7
* | MAINTAINERS: add myself as maintainer for the interface code to swresample & ...Michael Niedermayer2013-08-031-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-030-0/+0
|\ \ | |/
| * configure: Check for GCC diagnostic pragma support inside of functionsDiego Biurrun2013-08-021-2/+1
* | Merge commit 'a8b19271c3b40ac3c3dc769fe248887acf14ba5a'Michael Niedermayer2013-08-035-4/+14
|\ \ | |/
| * avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-025-4/+14
* | avcodec/mlp: Fix bugs in libavs warning fixesMichael Niedermayer2013-08-032-3/+3
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-0320-1/+99
|\ \ | |/
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-0220-1/+98