aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | bit: require at least 1 frame for probingMichael Niedermayer2011-10-161-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | idf: Improve idf_probe() so it doesnt succeed on 0 byte inputMichael Niedermayer2011-10-161-1/+3
| | | | |
* | | | | dvbsubdec: cosmetic change on how xpos is passed aroundJULIAN GARDNER2011-10-161-15/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | af_ashowinfo: fix plane size computation for planar layout formatsStefano Sabatini2011-10-161-1/+2
| | | | | | | | | | | | | | | | | | | | +10l.
* | | | | af_aresample: fix properties setting in the output bufferStefano Sabatini2011-10-161-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular: set output timebase to 1/output_sample_rate, fix output PTS computation, and do not forget to copy properties values from the input buffer.
* | | | | af_ashowinfo: adopt used plane size when computing the plane checksumStefano Sabatini2011-10-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Fix checksum computation when the used plane size is different from the allocated plane size, as it was wrongly assumed.
* | | | | dvbsubdec: Fix 0xf0 end detectionMichael Niedermayer2011-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a change by JULIAN GARDNER Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsub: add commentsJULIAN GARDNER2011-10-151-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsub: add dvb_encode_rle8()JULIAN GARDNER2011-10-151-0/+61
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsub: Move setting of *dvb_encode_rle() upJULIAN GARDNER2011-10-151-11/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its ↵JULIAN GARDNER2011-10-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | useless if false. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | Support H264 from QNAP Systems.Carl Eugen Hoyos2011-10-151-0/+1
| | | | |
* | | | | h264: Workaround invalid flag combinations of 8x8 inference.Michael Niedermayer2011-10-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Ticket555 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | ffprobe: add AVClass to writersStefano Sabatini2011-10-151-0/+14
| | | | | | | | | | | | | | | | | | | | It is useful for logging messages from a writer context.
* | | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1433-304/+330
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: proresdsp: fix function prototypes. prores-idct: fix overflow in c code. fate: update prores-alpha ref after changing pix_fmt to yuv444p10le prores: add missing feature warning for alpha mov: 10l: Terminate string with 0 not '0' mov: Prevent illegal writes when chapter titles are very short. prores: add appropriate -fix_fmt parameter to FATE command riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header lavc: add a flag-based error_recognition field to AVCodecContext and deprecate non-flag-based ER field lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER Conflicts: libavcodec/avcodec.h libavformat/mov.c tests/fate/prores.mak tests/ref/acodec/g726 tests/ref/fate/prores-alpha Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | | proresdsp: fix function prototypes.Ronald S. Bultje2011-10-141-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * | | | prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-143-22/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the fate ref for prores-422_proxy by reverting the changes to it in commit f492df0927c42da174edb674857670fc50abc5dc Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * | | | fate: update prores-alpha ref after changing pix_fmt to yuv444p10leJanne Grunau2011-10-141-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * | | | prores: add missing feature warning for alphaJanne Grunau2011-10-141-0/+5
| | | | |
| * | | | mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-141-1/+1
| | | | |
| * | | | mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-141-8/+15
| | | | |
| * | | | prores: add appropriate -fix_fmt parameter to FATE commandDiego Biurrun2011-10-142-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Also correct CRCs for Sequence_1-Apple_ProRes_422_Proxy.mov, previous CRCs were generated with the non-bitexact x86_64 assembler IDCT.
| * | | | riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-1422-256/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cbSize field should be included in all cases, even with PCM where its value is ignored. Fixes encoding PCM audio in Matroska for some players which insist on a full WAVEFORMATEX structure for A_MS/ACM audio. Since fate uses wav files for the audio test a larger number of tests has changed checksums or shifted positions due to the 2 byte longer wave header. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * | | | lavc: add a flag-based error_recognition field to AVCodecContext and ↵Dustin Brody2011-10-141-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecate non-flag-based ER field Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * | | | lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody2011-10-143-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | | | | proresdec: rename to avoid confusionMichael Niedermayer2011-10-142-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsubdec: add version checkingJULIAN GARDNER2011-10-141-1/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsubdec: handle mode change page stateJULIAN GARDNER2011-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsubdec: change the top_bottom correctionJULIAN GARDNER2011-10-141-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsubdec: fix buf ptr in dvbsub_parse_region_segment()JULIAN GARDNER2011-10-141-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsubdec: bottom_field_len fixJULIAN GARDNER2011-10-141-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsubdec: fix x/y_pos checksJULIAN GARDNER2011-10-141-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()JULIAN GARDNER2011-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsubdec: dirty handklingJULIAN GARDNER2011-10-141-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string()JULIAN GARDNER2011-10-141-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | prores: use C idct for fate as the SSE code is not matching the SSE* code ↵Michael Niedermayer2011-10-1411-22/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | down at the bits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | fate: enable the prores testsMichael Niedermayer2011-10-146-11/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1421-331/+331
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (22 commits) prores: add FATE tests id3v2: reduce the scope of some non-globally-used symbols/structures id3v2: cosmetics: move some declarations before the places they are used shorten: remove the flush function. shn: do not allow seeking in the raw shn demuxer. avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. avformat: update AVInputFormat allowed flags avformat: don't unconditionally call ff_read_frame_flush() when trying to seek. truespeech: use sizeof() instead of hardcoded sizes truespeech: remove unneeded variable, 'consumed' truespeech: simplify truespeech_read_frame() by using get_bits() truespeech: decode directly to output buffer instead of a temp buffer truespeech: check to make sure channels == 1 truespeech: check for large enough output buffer rather than truncating output truespeech: remove unneeded zero-size packet check. mlpdec: return meaningful error codes instead of -1 mlpdec: remove unnecessary wrapper function mlpdec: only calculate output size once mlpdec: validate that the reported channel count matches the actual output channel count pcm: reduce pointer type casting ... Conflicts: libavformat/avformat.h libavformat/id3v2.c libavformat/id3v2.h libavformat/utils.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | | prores: add FATE testsDiego Biurrun2011-10-137-0/+26
| | | | |
| * | | | id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun2011-10-132-18/+14
| | | | |
| * | | | id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun2011-10-131-65/+65
| | | | |
| * | | | shorten: remove the flush function.Justin Ruggles2011-10-131-8/+0
| | | | | | | | | | | | | | | | | | | | The shorten decoder does not support seeking.
| * | | | shn: do not allow seeking in the raw shn demuxer.Justin Ruggles2011-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The demuxer does not read the seektable, a parser is not possible without a full decode, and no shorten decoder can handle random seeking because it needs side info from the seektable.
| * | | | avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-134-2/+8
| | | | | | | | | | | | | | | | | | | | This will prevent seeking by bytes for formats that cannot handle this.
| * | | | avformat: update AVInputFormat allowed flagsJustin Ruggles2011-10-131-1/+3
| | | | |
| * | | | avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles2011-10-131-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | This prevents flushing the packet buffer when the input format does not support seeking.
| * | | | truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles2011-10-131-3/+3
| | | | |
| * | | | truespeech: remove unneeded variable, 'consumed'Justin Ruggles2011-10-131-4/+3
| | | | | | | | | | | | | | | | | | | | increment the 'buf' pointer instead, and consume the whole packet.
| * | | | truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles2011-10-131-87/+52
| | | | |
| * | | | truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles2011-10-131-10/+6
| | | | |