aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | lavc: clarify docs for avpkt->destructMichael Bradshaw2012-06-271-5/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-2739-135/+169
|\|
| * avconv: add an assert to silence an uninitialized variable warning.Anton Khirnov2012-06-261-0/+1
| * avconv: shut up an uninitialized variable warning.Anton Khirnov2012-06-261-1/+3
| * avfiltergraph: shut up uninitialized variable warning.Anton Khirnov2012-06-261-1/+3
| * af_join: initialize a variable to shut up gcc warning.Anton Khirnov2012-06-261-1/+2
| * amix: fix format specifier for AVFilterLink.sample_rate.Anton Khirnov2012-06-261-1/+1
| * lavfi: make filters less verbose.Anton Khirnov2012-06-2626-38/+37
| * mpc8: read APE tags.Anton Khirnov2012-06-262-1/+8
| * lavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypesJustin Ruggles2012-06-261-3/+6
| * libm: provide fallback definition for cbrtf() using powf()Mans Rullgard2012-06-262-0/+9
| * network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje2012-06-262-0/+17
| * configure: Check for sys/time.hRonald S. Bultje2012-06-262-0/+4
| * network: Include unistd.h from network.hMartin Storsjö2012-06-264-3/+4
| * avconv: don't include vsrc_buffer.h, which doesn't exist anymoreAnton Khirnov2012-06-261-1/+0
| * lavfi: reorder AVFilterLink fields.Anton Khirnov2012-06-261-27/+27
| * lavfi: reorder AVFilterContext fields.Anton Khirnov2012-06-261-7/+6
| * lavfi: reorder AVFilter fields.Anton Khirnov2012-06-261-9/+17
| * lavfi: reorder AVFilterBufferRef fields.Anton Khirnov2012-06-261-17/+18
| * lavfi: reorder AVFilterBuffer fields.Anton Khirnov2012-06-261-16/+15
* | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-2712-388/+9
|\|
| * lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-266-245/+0
| * lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-263-15/+0
| * lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov2012-06-261-0/+2
| * lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov2012-06-264-61/+0
| * lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-263-11/+0
| * lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-264-20/+6
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-2665-118/+126
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-2644-60/+57
| * mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos2012-06-261-2/+3
| * avconv: fix -force_key_framesAnton Khirnov2012-06-261-27/+32
| * dxva2_h264: fix signaling of mbaff framesHendrik Leppkes2012-06-261-1/+2
| * x86: fft: elf64: fix PIC buildMans Rullgard2012-06-251-0/+4
* | examples/filtering: fix packet memleakGavin Kinsey2012-06-262-2/+2
* | examples/filtering_video: update to the new APIGavin Kinsey2012-06-261-9/+25
* | x86: fft: elf64: fix PIC buildMans Rullgard2012-06-261-0/+4
* | Revert "Revert "x86: fft: win64: fix stack alignment for memcpy() call""Nicolas George2012-06-261-7/+9
* | Revert "Revert "x86: fft: convert sse inline asm to yasm""Nicolas George2012-06-263-121/+129
* | sink_buffer: make opaque argument optional.Nicolas George2012-06-261-16/+20
* | buffersink: group libav API functions.Nicolas George2012-06-261-2/+11
* | lavu/imgutils: create misc functions for dealing with buffersStefano Sabatini2012-06-267-87/+154
* | Revert "x86: fft: convert sse inline asm to yasm"Nicolas George2012-06-263-129/+121
* | Revert "x86: fft: win64: fix stack alignment for memcpy() call"Nicolas George2012-06-261-9/+7
* | ffplay: add configure_filtergraph() helperStefano Sabatini2012-06-261-23/+39
* | lavfi: drop deprecated and disabled packing APIStefano Sabatini2012-06-265-58/+0
* | lavfi: remove old video sink APIStefano Sabatini2012-06-265-38/+2
* | tools/graph2dot: make dot graph representation a bit more compactStefano Sabatini2012-06-261-6/+6
* | Make LucasArts Smush SANM palette opaque.Carl Eugen Hoyos2012-06-261-4/+4
* | Signal MSS1 palette change.Carl Eugen Hoyos2012-06-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-264-49/+50
|\|