summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec: postpone removial of parts still usedMichael Niedermayer2013-03-12
* Merge commit '8df23e938b4022d6e6e9e1180ea6418abae74fda'Michael Niedermayer2013-03-12
|\
| * lavc: postpone the removal of request_channels API.Anton Khirnov2013-03-08
| * AVFrame: deprecate all now unused fieldsAnton Khirnov2013-03-08
* | Merge commit 'ddcca4ba074aa537c3059c76d69eb4ad6316bfe9'Michael Niedermayer2013-03-12
|\|
| * lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov2013-03-08
| * avserver: don't set deprecated options.Anton Khirnov2013-03-08
* | Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer2013-03-12
|\|
| * avplay: switch to new refcounted frames APIAnton Khirnov2013-03-08
| * avconv: convert to new refcounted AVFrame APIAnton Khirnov2013-03-08
* | Merge commit '37045e422903695e610cca6ecb753df643ab9380'Michael Niedermayer2013-03-12
|\|
| * mpegvideo: drop vismv codeAnton Khirnov2013-03-08
* | utils: Dont sent fake channel layouts, 0 layout is better when its not knownMichael Niedermayer2013-03-12
* | Merge commit '2eba9087f3031c6050f8dcd996225490be6c2410'Michael Niedermayer2013-03-12
|\|
| * lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov2013-03-08
* | Merge commit '192f1984b1a93aa08af053b8f9ab4950f307bd5d'Michael Niedermayer2013-03-12
|\|
| * lavc: limit maximum number of channels to 63Anton Khirnov2013-03-08
* | Merge commit '15ec0450b4ae891f3e6ababa03c777a4443b94ca'Michael Niedermayer2013-03-12
|\|
| * lavc: allow decoders to override frame parameters.Anton Khirnov2013-03-08
* | mss1: set frame defaultsMichael Niedermayer2013-03-12
* | buffer: use the atomic get instead of the add and fetch variant.Clément Bœsch2013-03-12
* | get_video_buffer: add vertical paddingMichael Niedermayer2013-03-12
* | avcodec: fix motion vector vissualizationMichael Niedermayer2013-03-12
* | h264/mpegvideo: fix ff_print_debug_info2 argumentsMichael Niedermayer2013-03-12
* | mpegvideo: move ff_print_debug_info2 to where ff_print_debug_info isMichael Niedermayer2013-03-12
* | atomic: prefer gcc builtins over win32 atomics, if available.Hendrik Leppkes2013-03-12
* | atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö2013-03-12
* | snow: set frame defaultsMichael Niedermayer2013-03-12
* | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* | h264: disallow single unpaired fields as references of framesMichael Niedermayer2013-03-12
* | lavfi/moviesrc: use refcounted framesHendrik Leppkes2013-03-12
* | h264: fix null pointer dereference and assertion failureMichael Niedermayer2013-03-12
* | ff_alloc_picture: free tables in case of dimension mismatchesMichael Niedermayer2013-03-12
* | mpegvideo: dont allow last == currentMichael Niedermayer2013-03-12
* | update_frame_pool: use channel fieldMichael Niedermayer2013-03-12
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | snowdec: fix off by 1 error in dimensions checkMichael Niedermayer2013-03-12
* | lavfi/buffersink: move the filter structures at the end.Nicolas George2013-03-11
* | cmdutils: remove conditionnal pp include.Clément Bœsch2013-03-11
* | lavfi/buffersink: implement av_buffersink_get_samples().Nicolas George2013-03-10
* | lavfi/buffersrc: do not dereference NULL frame.Nicolas George2013-03-10
* | lavfi: rename sink_buffer.c into buffersink.c.Nicolas George2013-03-10
* | lavfi: remove buffersink.c.Nicolas George2013-03-10
* | lavfi/sink_buffer: move stuff to reduce the diff.Nicolas George2013-03-10
* | lavfi/smartblur: add support to named optionsStefano Sabatini2013-03-10
* | ffmpeg: re-enable use of buffersrc flags.Nicolas George2013-03-10
* | lavfi/buffersrc: implement flags.Nicolas George2013-03-10
* | ffmpeg: add the -canvas_size option.Nicolas George2013-03-10