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