summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fate: add Y41P encoding/decoding testPaul B Mahol2012-01-293-0/+13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29104-240/+851
|\
| * aacenc: Fix LONG_START windowing.Nathan Caldwell2012-01-281-2/+2
| * aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell2012-01-281-2/+2
| * avplay: use the correct array size for stride.Anton Khirnov2012-01-281-1/+1
| * lavc: extend doxy for avcodec_alloc_context3().Anton Khirnov2012-01-281-0/+3
| * APIchanges: mention avcodec_alloc_context()/2/3Anton Khirnov2012-01-281-0/+2
| * avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.Anton Khirnov2012-01-281-2/+2
| * aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard2012-01-285-0/+490
| * aacsbr: align some arraysMans Rullgard2012-01-283-10/+14
| * aacsbr: move some simdable loops to function pointersMans Rullgard2012-01-286-137/+337
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-2791-92/+0
* | rawenc: initialize coded_frame via avcodec_get_frame_defaults.Reimar Döffinger2012-01-281-1/+1
* | libgsm: Fix compilation.Reimar Döffinger2012-01-281-8/+8
* | v210x: check for return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | v210enc: remove redundant assignmentPaul B Mahol2012-01-281-1/+0
* | v210enc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | v210dec: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | roqaudioenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | roqaudioenc: remove redundant assignmentPaul B Mahol2012-01-281-1/+0
* | r210dec: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | pcm: remove redundant assignmentPaul B Mahol2012-01-281-1/+0
* | pcm: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | libopencore-amr: fix memleakPaul B Mahol2012-01-281-0/+1
* | libopencore-amr: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | libmp3lame: remove dupe assigmentPaul B Mahol2012-01-281-1/+0
* | libgsm: remove dupe assigment.Paul B Mahol2012-01-281-1/+0
* | libgsm: check return value of gsm_create & avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+7
* | Add -vsync drop.Reimar Döffinger2012-01-282-1/+10
* | Compare video_sync_method against the appropriate defines.Reimar Döffinger2012-01-281-2/+2
* | Demux all parts of concatenated H.264.Reimar Döffinger2012-01-281-2/+1
* | Set AVFMT_TS_NONSTRICT for framecrc muxer.Reimar Döffinger2012-01-281-1/+1
* | Remove unnecessary -vsync 0.Reimar Döffinger2012-01-288-19/+19
* | Merge palette-only header with actual video frame.Reimar Döffinger2012-01-282-5/+22
* | DFA: fix "skip frame" TSW1 encoding.Reimar Döffinger2012-01-282-8/+11
* | adpcmenc: refactor some code.Paul B Mahol2012-01-281-4/+3
* | adpcmenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-1/+2
* | adxenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | ac3enc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | example: Update decoding/encoding example to the new API.Michael Niedermayer2012-01-281-3/+0
* | example: update muxing example to purple APIMichael Niedermayer2012-01-281-1/+1
* | swscale: fix conversion into yuva444p from non-alpha formatsPaul B Mahol2012-01-286-6/+6
* | yuv2rgb: better check if source format have alphaPaul B Mahol2012-01-281-2/+2
* | cmdutils: re-add return 0 accidentally remove from opt_protocols().Clément Bœsch2012-01-281-0/+1
* | Fix "ouput" typo and add a check.Clément Bœsch2012-01-286-6/+6
* | dirac_yasm: fix linking failure due to %ifndefMichael Niedermayer2012-01-282-2/+2
* | devices: Disable v4l to fix compilation until someoneMichael Niedermayer2012-01-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28230-3705/+1307
|\ \ | |/
| * movenc: Allow writing to a non-seekable output if using empty moovMartin Storsjö2012-01-271-2/+13
| * movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö2012-01-272-0/+131
OpenPOWER on IntegriCloud