summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lavf/jacosubdec: fix FPE in case timeres is badly set.Clément Bœsch2012-06-291-1/+4
* lavf/jacosubdec: use subtitles queue API.Clément Bœsch2012-06-291-74/+24
* lavf: add internal demuxer helpers for subtitles.Clément Bœsch2012-06-293-0/+163
* ffmpeg: fix a memleak in subtitles decoding.Clément Bœsch2012-06-291-1/+4
* lavf/segment: rename segment private context from "c" to "seg" in segment_sta...Stefano Sabatini2012-06-291-5/+5
* lavf/segment: add stream_segment variant of the segment muxerStefano Sabatini2012-06-293-3/+21
* lavf: allow multiple names in output devices selected by av_guess_format()Stefano Sabatini2012-06-292-2/+2
* avformat: disable seeking on FIFOs/named pipesMartin Sliwka2012-06-291-0/+4
* cosmetics: minor libavcodec spelling errorsLou Logan2012-06-2925-31/+31
* lavf/segment: add some debugging logsStefano Sabatini2012-06-291-0/+6
* lavf/segment: fix command with missing -list optionStefano Sabatini2012-06-291-1/+1
* lavf/applehttp: add log message in case of applehttp_read_header() failureStefano Sabatini2012-06-291-0/+1
* dca: favor native over ffmpeg in table nameMichael Niedermayer2012-06-291-3/+3
* ffplay: avoid useless NULL checks in swr_free()Stefano Sabatini2012-06-291-4/+2
* ffplay: fix wrong reference to function in audio_decode_frame() commentStefano Sabatini2012-06-291-1/+1
* avutil: fix project name reference in doxy sectionMichael Niedermayer2012-06-291-1/+1
* dca: fix project reference in table nameMichael Niedermayer2012-06-291-3/+3
* vf_ass: fix table name to refer to correct lib.Michael Niedermayer2012-06-291-2/+2
* formats.h: fix project reference in commentMichael Niedermayer2012-06-291-1/+1
* pixdesc: fix project reference in commentMichael Niedermayer2012-06-291-1/+1
* Replace Libav with FFmpeg in license headers for files created by mePaul B Mahol2012-06-299-36/+36
* git-howto: replace confusing and incorrect text about he testsuite by mostly ...Michael Niedermayer2012-06-291-3/+4
* git-howto: partial rewrite of the push checklist to make it match sanity & re...Michael Niedermayer2012-06-291-17/+9
* git-howto: remove inconvenient and odd 24h limit on rsyncMichael Niedermayer2012-06-291-5/+2
* Makefile: remove checkheaders from the main check targetMichael Niedermayer2012-06-291-1/+1
* git-howto: cleanup, remove unreasonable recommendition.Michael Niedermayer2012-06-291-2/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-289-137/+241
|\
| * flv: add support for G.711Damien Fetis2012-06-283-0/+18
| * doc: git: Add checklist with test steps to perform before pushingDiego Biurrun2012-06-281-0/+55
| * flvenc: K&R formatting cosmeticsLuca Barbato2012-06-281-132/+142
| * movenc: Add channel layouts for PCM.Alex Converse2012-06-275-4/+30
* | ffplay: simplify code by using avfilter_unref_bufferp()Stefano Sabatini2012-06-281-9/+3
* | lavfi: deprecate av_buffersrc_buffer() functionStefano Sabatini2012-06-284-1/+10
* | Generate channel layout, reordering for DTS-XXCH extension and, undo embedded...Nick Brereton2012-06-282-57/+309
* | Parse & decode DTS XXCH framesNick Brereton2012-06-281-7/+101
* | h264: Fix maximum reference count check for non-b framesJeff Downs2012-06-281-3/+7
* | ffmpeg: warn that -t does not work with -filter_complex.Nicolas George2012-06-281-0/+3
* | ffmpeg: warn when -t is used for inputs.Nicolas George2012-06-281-2/+8
* | sink_buffer: warn when there are too many buffers.Nicolas George2012-06-281-0/+10
* | buffersrc: warn when there are too many buffers.Nicolas George2012-06-281-0/+11
* | lavfi/amerge: silence warningsPaul B Mahol2012-06-281-1/+1
* | parseutils: fix sorting of colorsPaul B Mahol2012-06-281-1/+1
* | ffmpeg: dont copy creation_time as the destination file is not created at tha...Michael Niedermayer2012-06-281-0/+1
* | swr: fix compilation with ancient toolchain that doesnt support SSSE3Michael Niedermayer2012-06-281-1/+6
* | udp: use av_freep() instead of av_free()Michael Niedermayer2012-06-281-2/+2
* | lavf: add proper enum type for fmt ctx duration esitmation methodMichael Bradshaw2012-06-282-7/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-288-30/+184
|\ \ | |/
| * mss1: validate number of changeable palette entriesKostya Shishkov2012-06-271-0/+6
| * mss1: report palette changed when some additional colours were decodedKostya Shishkov2012-06-271-1/+1
| * x86: fft: replace call to memcpy by a loopChristophe Gisquet2012-06-271-25/+12