aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtspdec: Fix keep-alive request for ACTi camerasRumin Sam2013-12-111-1/+1
* lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov2013-12-114-4/+10
* h264: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-111-3/+3
* api-example: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-2/+1
* lavf: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-1/+0
* mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-111-4/+4
* mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-1/+0
* avplay: do not call avcodec_get_frame_defaults().Anton Khirnov2013-12-111-2/+1
* lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-111-2/+2
* avconv: do not call avcodec_get_frame_defaults()Anton Khirnov2013-12-111-2/+1
* lavc: deprecate avcodec_free_frame()Anton Khirnov2013-12-112-12/+7
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-115-8/+8
* hevc: set time_base when possibleGuillaume Martres2013-12-111-0/+14
* hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel2013-12-113-10/+20
* hevc: do not dereference pointer before NULL check in verify_md5()Michael Niedermayer2013-12-111-1/+3
* configure: Add -D__USE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW64Diego Biurrun2013-12-111-1/+1
* alsdec: check block lengthReinhard Tartler2013-12-101-0/+5
* configure: Move log2 dependency declaration to a place it takes effectDiego Biurrun2013-12-101-1/+3
* configure: Split host and target libc detectionDiego Biurrun2013-12-091-40/+73
* configure: Move toolchain dependency declarations to a more appropriate placeDiego Biurrun2013-12-091-3/+2
* hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-093-5/+56
* mpeg12enc: set frame packing information when relevant metadata is foundVittorio Giovara2013-12-091-0/+41
* mpeg12dec: parse frame packing arrangement user_data and save relevant stereo...Vittorio Giovara2013-12-091-0/+32
* libx264: set frame packing information when relevant information is foundVittorio Giovara2013-12-091-1/+37
* h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-093-1/+91
* avframe: add codec-independent stereoscopic metadataVittorio Giovara2013-12-097-1/+200
* configure: Prefix libc-related variables with "libc_"Diego Biurrun2013-12-095-12/+11
* configure: detect Solaris libcSean McGovern2013-12-091-1/+3
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-0910-76/+73
* dv: use AVFrame API properlyAnton Khirnov2013-12-094-39/+38
* ac3dec: make drc_scale exponentiallyJohn Stebbins2013-12-091-2/+2
* lavc: rework handling of refcounted_frames=0Anton Khirnov2013-12-092-18/+60
* frame: cosmetics, reindentAnton Khirnov2013-12-091-15/+15
* frame: copy flags in av_frame_copy_props()Anton Khirnov2013-12-091-0/+1
* lavc/decode_video(): always unref the frame if there is no output in decode_v...Anton Khirnov2013-12-091-4/+2
* lavc: remove a pointless check in decode_audio4()Anton Khirnov2013-12-091-1/+1
* lavc: use buf[0] instead of data[0] as the indicator of an allocated frameAnton Khirnov2013-12-091-1/+1
* lavc: remove the extended_data workarounds.Anton Khirnov2013-12-091-12/+0
* pthread_frame: use the AVFrame API properly.Anton Khirnov2013-12-091-10/+12
* mxpegdec: use the AVFrame API properly.Anton Khirnov2013-12-091-22/+29
* p*menc: use the AVFrame API properly.Anton Khirnov2013-12-095-69/+79
* mjpegdec: use the AVFrame API properly.Anton Khirnov2013-12-092-4/+11
* avformat: AviSynth demuxer rewrited s2013-12-082-167/+628
* configure: Move adding of compat objects out of libc detectionDiego Biurrun2013-12-081-5/+12
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-0813-116/+86
* configure: Separate MinGW32 and MinGW64 libc handlingDiego Biurrun2013-12-081-6/+9
* libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-085-4/+75
* dcadec: Decode LFE to avoid adding random data when downmixing with LFEMichael Niedermayer2013-12-061-1/+1
* webp: add a special case for a huffman table with only 1 symbolJustin Ruggles2013-12-051-1/+17
* webp: do not call av_frame_free() on the user-provided frameJustin Ruggles2013-12-051-6/+2