aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: remove img_get_alpha_info as it not available any morePaul B Mahol2013-01-041-1/+0
* Fix "knwon" typo and add a check in tools/patcheckPaul B Mahol2013-01-042-4/+4
* fixed granularity of video quality when encoding with theora codecMaximilian Seesslen2013-01-041-1/+1
* msrle: fix small palette handlingMichael Niedermayer2013-01-041-2/+2
* Merge commit 'a0b7e289075dccf223b7f407790d8a86fc5d77e8'Michael Niedermayer2013-01-041-2/+1
|\
| * build: Avoid detecting bogus components named 'x'Clément Bœsch2013-01-031-3/+1
* | ac3dec: split out pointer update loop for safteyMichael Niedermayer2013-01-041-1/+2
* | mpegaudiodec/mp3on4: fix buffer size.Michael Niedermayer2013-01-041-1/+1
* | locodec: flip RGBAMichael Niedermayer2013-01-041-8/+8
* | pngdec: fix decoding of right column for 2/4bppMichael Niedermayer2013-01-031-4/+14
* | gifdec: use log level that have more common sensePaul B Mahol2013-01-031-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-031-1/+1
|\|
| * h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-031-14/+19
* | subviewer: sanitize packets.Clément Bœsch2013-01-032-6/+11
* | tiff: print error for old style LZWMichael Niedermayer2013-01-031-0/+3
* | Replace references to "que" with the appropriate word.Clément Bœsch2013-01-031-3/+3
* | rawdec: fix NV12Michael Niedermayer2013-01-021-0/+9
* | h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-021-13/+18
* | lavc/dvdsubenc: improve color distance function.Nicolas George2013-01-011-3/+8
* | lavc/movtextdec: keep the min size instead of max to fix overread.Clément Bœsch2013-01-011-1/+1
* | rawdec: fix decoding of odd dimensioned raw yv12Michael Niedermayer2013-01-011-0/+5
* | mpeg12: fix frame_pred_frame_dct handling in field picturesMichael Niedermayer2012-12-311-2/+3
* | mpeg12: print invalid cbp valueMichael Niedermayer2012-12-311-1/+1
* | mpeg12: print error for invalid skip casesMichael Niedermayer2012-12-311-1/+3
* | lavc/flacenc: improve error return.Nicolas George2012-12-311-10/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-311-18/+21
|\|
| * truemotion2: Sanitize tm2_read_header()Diego Biurrun2012-12-311-23/+21
* | Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01'Michael Niedermayer2012-12-312-16/+15
|\|
| * cavsdec: export picture type in the output frameAnton Khirnov2012-12-302-16/+15
* | Merge commit '7d8482640058d66867602a6f58446c9342d9d146'Michael Niedermayer2012-12-313-167/+190
|\|
| * cavs: deMpegEncContextizeAnton Khirnov2012-12-303-156/+189
* | Merge commit '64bb3fa6b7f5b2db22b7577585d5861be24eebd8'Michael Niedermayer2012-12-313-733/+764
|\|
| * cavs: cosmetics, reformat top partAnton Khirnov2012-12-301-132/+145
| * cavsdec: cosmetics, reformatAnton Khirnov2012-12-301-599/+617
| * libavcodec/utils: Add braces to shut up gcc warningsDiego Biurrun2012-12-301-2/+2
| * snow: use VideoDSPContextLuca Barbato2012-12-292-1/+3
* | lavc/textdec: fix subviewer1 preproc check.Clément Bœsch2012-12-311-1/+1
* | lavc: correctly set AVSubtitle format for text based subtitles.Clément Bœsch2012-12-311-0/+1
* | lavc/utils: reindent in avcodec_decode_subtitle2().Clément Bœsch2012-12-311-5/+5
* | microdvd: sanitize AVPackets.Clément Bœsch2012-12-312-6/+14
* | Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch2012-12-316-2/+27
* | Add PJS subtitles demuxer and decoder.Clément Bœsch2012-12-305-5/+34
* | 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix.Clément Bœsch2012-12-303-3/+3
* | Add VPlayer subtitles demuxer and decoder.Clément Bœsch2012-12-306-10/+46
* | Add MPL2 subtitles demuxer and decoder.Clément Bœsch2012-12-306-1/+106
* | lavc/avcodec: fix FF_INPUT_/BUFFER_/PADDING_SIZE typo.Clément Bœsch2012-12-301-1/+1
* | lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch2012-12-305-4/+31
* | lavc/srtenc: just like the decoder, mark SRT encoder as deprecated.Clément Bœsch2012-12-301-0/+1
* | lavc/srtenc: do not add trailing line breaks with SubRip.Clément Bœsch2012-12-301-1/+4
* | lavc/srtdec: make some sscanf to work at the end of a line.Clément Bœsch2012-12-301-5/+7