summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* display: add matrix flip apiVittorio Giovara2014-07-094-2/+24
* doc: mention option to mix shared/static librariesAndrew Kelley2014-07-091-0/+11
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-098-29/+39
* yuv4mpegenc: do not access AVCodecContext.coded_frameAnton Khirnov2014-07-091-3/+5
* nsvdec: remove commented out cruftAnton Khirnov2014-07-091-15/+0
* mov: free the dv demux context with avformat_free_context()Anton Khirnov2014-07-091-6/+2
* mtv: do not set sample_rate for videoAnton Khirnov2014-07-091-1/+0
* oggparsecelt: do not set AVCodecContext.frame_sizeAnton Khirnov2014-07-091-3/+1
* adxdec: get rid of an avpriv functionAnton Khirnov2014-07-095-15/+25
* lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-0913-48/+121
* avconv: set the output stream timebaseAnton Khirnov2014-07-091-0/+2
* avformat: update muxing doxyAnton Khirnov2014-07-091-3/+3
* cdg: set the keyframe flag on the first packetAnton Khirnov2014-07-091-0/+11
* mov: Remove a variable that is set but never usedMartin Storsjö2014-07-081-2/+1
* avplay: Handle pixel aspect ratio properlyMartin Storsjö2014-07-081-0/+2
* nut: Use nut->version in the version range checkLuca Barbato2014-07-081-3/+4
* arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö2014-07-081-1/+5
* avformat_new_stream: make the AVCodec parameter constRoman Savchenko2014-07-082-2/+2
* af_compand: make sure request_frame always outputs at least one frameAndrew Kelley2014-07-081-3/+15
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-0721-93/+238
* libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstreamOmer Osman2014-07-072-2/+2
* smoothstreamingenc: Fix a memory leak on errorsMichael Niedermayer2014-07-071-1/+2
* vmd: Split audio and video decoderNidhi Makhijani2014-07-073-219/+238
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-0612-195/+155
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-0621-296/+444
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-0611-125/+245
* audio_fifo: Split into a separate doxygen moduleTimothy Gu2014-07-061-0/+4
* samplefmt: Add doxygen categoriesTimothy Gu2014-07-061-0/+25
* dsicin: Split audio and video decoderNidhi Makhijani2014-07-063-111/+139
* bmv: Split audio and video decoderNidhi Makhijani2014-07-063-69/+96
* paf: split audio and video decoderNidhi Makhijani2014-07-063-67/+87
* cljr: split decoder and encoderNidhi Makhijani2014-07-063-75/+101
* vc1test: Check malloc callNidhi Makhijani2014-07-061-0/+2
* vc1test: Return proper error codesNidhi Makhijani2014-07-061-3/+3
* librtmp: Don't free the temp url at the end of rtmp_openMartin Storsjö2014-07-061-4/+5
* x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun2014-07-051-1/+1
* x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun2014-07-053-2/+2
* x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun2014-07-054-131/+76
* libfdk-aacdec: Reduce the default decoder delay by one frameOmer Osman2014-07-052-10/+6
* x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun2014-07-032-16/+16
* webpdec: Fix decoding of the huffman group indices.Justin Ruggles2014-07-031-2/+6
* id3v2enc: use a case-insensitive comparison for APIC picture typeAnton Khirnov2014-07-031-1/+2
* daud: split muxer and demuxerNidhi Makhijani2014-07-033-38/+56
* ismindex: Add an option for outputting files elsewhere than in the current di...Martin Storsjö2014-07-031-18/+36
* ismindex: Allow adding a path prefix to the generated .ism fileMartin Storsjö2014-07-031-6/+19
* lavf: document av_dump_format()Vittorio Giovara2014-07-021-0/+10
* hevc: Use the local context variable when neededLuca Barbato2014-07-021-1/+1
* matroskadec: Fix a double negation typoMichael Niedermayer2014-07-021-1/+1
* matroska: Factor out mkv_write_stereo_modeLuca Barbato2014-07-011-17/+22
* matroska: Factor out write_track from mkv_write_tracksLuca Barbato2014-07-011-169/+193
OpenPOWER on IntegriCloud