summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruftAnton Khirnov2013-03-09
* atomic: fix CAS with armcc.Anton Khirnov2013-03-09
* png: use av_mallocz_array() for the zlib zalloc functionJustin Ruggles2013-03-08
* libmp3lame: use the correct remaining buffer size when flushingJustin Ruggles2013-03-08
* atomic: Exclude the unsupported implementation headers from checkheadersMartin Storsjö2013-03-08
* avconv: do not silently ignore unused codec AVOptions.Anton Khirnov2013-03-08
* avconv: fix a typoAnton Khirnov2013-03-08
* FATE: replace -vb with -b:vAnton Khirnov2013-03-08
* FATE: remove the -dct option from some decoding tests.Anton Khirnov2013-03-08
* avconv: use a local variable for InputFile in open_input_file().Anton Khirnov2013-03-08
* avconv: use a local variable for OutputFile in open_output_file().Anton Khirnov2013-03-08
* avconv: print an error on applying options of the wrong type.Anton Khirnov2013-03-08
* atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö2013-03-08
* output-example: Update to use encode_video2 instead of the now dropped encode...Martin Storsjö2013-03-08
* atomic: Add include guards to the implementation headersMartin Storsjö2013-03-08
* lavc: update the fallback versions of ff_thread_*Anton Khirnov2013-03-08
* libopencore-amr: Add the missing 3rd argument of ff_get_buffer()Yusuke Nakamura2013-03-08
* vmdaudio: fix invalid reads when packet size is not a multiple of chunk sizeAnton Khirnov2013-03-08
* wmaprodec: return an error, not 0, when the input is too small.Anton Khirnov2013-03-08
* wmaprodec: require block_align to be set.Anton Khirnov2013-03-08
* wmadec: require block_align to be set.Anton Khirnov2013-03-08
* ivi_common: do not call MC for intra frames when dc_transform is unsetAnton Khirnov2013-03-08
* roqvideodec: fix a potential infinite loop in roqvideo_decode_frame().Anton Khirnov2013-03-08
* xxan: fix invalid memory access in xan_decode_frame_type0()Anton Khirnov2013-03-08
* tty: set avg_frame_rate.Anton Khirnov2013-03-08
* FATE: enable multiple slices in the ffv1 vsynth testAnton Khirnov2013-03-08
* ffv1: fix calculating slice dimensions for version 2Anton Khirnov2013-03-08
* eamad: allocate a dummy reference frame when the real one is missingAnton Khirnov2013-03-08
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-08
* Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov2013-03-08
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-08
* lavc: postpone the removal of request_channels API.Anton Khirnov2013-03-08
* AVFrame: deprecate all now unused fieldsAnton Khirnov2013-03-08
* lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov2013-03-08
* avserver: don't set deprecated options.Anton Khirnov2013-03-08
* avplay: switch to new refcounted frames APIAnton Khirnov2013-03-08
* avconv: convert to new refcounted AVFrame APIAnton Khirnov2013-03-08
* mpegvideo: drop vismv codeAnton Khirnov2013-03-08
* lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov2013-03-08
* lavc: limit maximum number of channels to 63Anton Khirnov2013-03-08
* lavc: allow decoders to override frame parameters.Anton Khirnov2013-03-08
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov2013-03-08
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* AVFrame: add side data.Anton Khirnov2013-03-08
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-08
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-08
* pthread: avoid copying input packets when possible.Anton Khirnov2013-03-08