aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer2013-10-251-1/+1
* avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer2013-10-251-2/+3
* avformat/rmdec: english typosMichael Niedermayer2013-10-251-2/+2
* avcodec/twinvq: return the actual number of consumed bytesMichael Niedermayer2013-10-251-1/+1
* metasound & twinvqdec: return the number of read bytes from read_bitstreamMichael Niedermayer2013-10-252-2/+2
* configure: abort if threading without atomics is usedMichael Niedermayer2013-10-251-0/+2
* doc: add a few links to the Channel Layout syntax sectionStefano Sabatini2013-10-252-3/+6
* doc/utils: document channel layout specificationStefano Sabatini2013-10-251-0/+148
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-250-0/+0
|\
| * fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis2013-10-251-1/+4
| * dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-251-1/+4
| * base64-test: Remove posibility of returning restricted exit codesDerek Buitenhuis2013-10-251-1/+4
| * tree-test: Don't return restricted exit codesDerek Buitenhuis2013-10-241-2/+2
* | avformat/wavdec: Fix smv packet interleavingMichael Niedermayer2013-10-251-2/+2
* | doc/issue_tracker: remove more mentions of patchesMichael Niedermayer2013-10-251-10/+7
* | doc/issue_tracker: update resolution namesMichael Niedermayer2013-10-251-3/+3
* | doc/issue_tracker: remove patches as we dont use trac to handle patchesMichael Niedermayer2013-10-251-19/+0
* | doc/issue_tracker: theres no substatus in tracMichael Niedermayer2013-10-251-7/+4
* | MAINTAINERS: updatePaul B Mahol2013-10-251-0/+18
* | ffmpeg: make stream default if its the only of its kind and no source can be ...Michael Niedermayer2013-10-251-0/+9
* | avcodec/wmalosslessdec: fix data flushing at the endMichael Niedermayer2013-10-251-0/+2
* | avcodec/h264: do not trust last_pic_droppable when marking pictures as doneMichael Niedermayer2013-10-241-3/+3
* | ffmpeg_filter: Pass command line -threads X to filtergraphMichael Niedermayer2013-10-241-0/+4
* | lavd/fbdev_common: fix compilation with older kernelsIngo Brückl2013-10-241-0/+1
* | doc/Makefile: fix man pages uninstall pathStefano Sabatini2013-10-241-2/+2
* | doc/protocols: add description for the RTP protocolburek2013-10-241-0/+60
* | avcodec/flicvideo: use avpriv_request_sample()Paul B Mahol2013-10-241-1/+1
* | avformat/rmdec: add some error messagesMichael Niedermayer2013-10-241-4/+13
* | avformat/rmdec: fix return code of ff_rm_parse_packet()Michael Niedermayer2013-10-241-1/+1
* | avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86...Ronald S. Bultje2013-10-242-22/+32
* | avformat/utils: Check size argument in ff_add_index_entry()Michael Niedermayer2013-10-241-0/+3
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-10-241-0/+24
|\ \
| * | lavd/x11grab: Support AV_PIX_FMT_PAL8.Carl Eugen Hoyos2013-10-241-0/+24
* | | avfilter/x86/vf_gradfun_init: fix const and related warningsMichael Niedermayer2013-10-241-4/+5
|/ /
* | fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis2013-10-241-1/+4
* | dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-241-1/+4
* | base64-test: Remove posibility of returning restrcted exit codesDerek Buitenhuis2013-10-241-1/+4
* | tree-test: Don't return restricted exit codesDerek Buitenhuis2013-10-241-2/+2
* | build: remove pointless conditionIngo Brückl2013-10-241-1/+1
* | lavc/libmp3lame: add comments about CBR/VBR modesTimothy Gu2013-10-241-2/+2
* | lavc/libmp3lame: fix alignment and capitalization in AVOptionsTimothy Gu2013-10-241-2/+2
* | doc/codecs: update skip_alpha documentationTimothy Gu2013-10-241-1/+3
* | doc/encoders: add libvorbis docTimothy Gu2013-10-241-0/+52
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-241-12/+6
|\|
| * golomb: reduce scope of a few variablesVittorio Giovara2013-10-241-12/+6
* | Merge commit '0e730494160d973400aed8d2addd1f58a0ec883e'Michael Niedermayer2013-10-244-218/+207
|\|
| * avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang2013-10-234-218/+207
* | avdevice/fbdev_enc: avoid declaring variables in for()Michael Niedermayer2013-10-241-2/+4
* | avfilter/libmpcodecs/vf_eq: remove useless storage class specifier in empty d...Paul B Mahol2013-10-241-1/+1
* | lavd/fbdev: move common code to separate fileLukasz Marek2013-10-245-72/+98