summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* libutvideo: Add Ut Video Decoder WrapperDerek Buitenhuis2011-10-175-2/+235
* mpeg4parser: fix initial qp precissionMichael Niedermayer2011-10-171-0/+1
* mpeg12: use drop_frame_flag to fix timecode debug format.Clément Bœsch2011-10-171-3/+4
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-175-16/+16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1711-192/+230
|\
| * w32threads: support for frame multithreadingSteven Walters2011-10-1610-190/+230
| * avcodec: remove stray @deprecated commentMans Rullgard2011-10-161-2/+0
* | av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-162-2/+2
* | Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer2011-10-162-41/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-165-140/+265
|\ \ | |/
| * prores: get correct size for coded V plane if alpha is presentMans Rullgard2011-10-151-2/+4
| * prores: do not set pixel format on codec initMans Rullgard2011-10-151-2/+0
| * pthread: prevent updating AVCodecContext from itself in frame_thread_freeRonald S. Bultje2011-10-151-1/+1
| * pthread: copy coded frame dimensions in update_context_from_threadRonald S. Bultje2011-10-151-0/+3
| * vp8: prevent read from uninitialized memory in decode_mvsRonald S. Bultje2011-10-151-0/+1
| * vp8: force reallocation in update_thread_context after frame size changeRonald S. Bultje2011-10-151-9/+19
| * vp8: fix return value if update_dimensions failsRonald S. Bultje2011-10-151-1/+1
| * adpcmdec: calculate actual number of output samples for each decoder.Justin Ruggles2011-10-141-120/+231
| * adpcmdec: check remaining buffer size before decoding next block in theJustin Ruggles2011-10-141-1/+1
| * adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.Justin Ruggles2011-10-141-1/+5
| * adpcmdec: remove unneeded buf_size==0 check.Justin Ruggles2011-10-141-3/+0
| * adpcmdec: remove unneeded zeroing of *data_sizeJustin Ruggles2011-10-141-1/+0
| * dnxhdenc: fixed signed multiplication overflowMans Rullgard2011-10-141-1/+1
* | dvbsubdec: cosmetic change on how xpos is passed aroundJULIAN GARDNER2011-10-161-15/+21
* | dvbsubdec: Fix 0xf0 end detectionMichael Niedermayer2011-10-151-1/+1
* | dvbsub: add commentsJULIAN GARDNER2011-10-151-0/+3
* | dvbsub: add dvb_encode_rle8()JULIAN GARDNER2011-10-151-0/+61
* | dvbsub: Move setting of *dvb_encode_rle() upJULIAN GARDNER2011-10-151-11/+7
* | dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its usele...JULIAN GARDNER2011-10-151-3/+1
* | h264: Workaround invalid flag combinations of 8x8 inference.Michael Niedermayer2011-10-152-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-147-32/+57
|\ \ | |/
| * proresdsp: fix function prototypes.Ronald S. Bultje2011-10-141-3/+3
| * prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-142-20/+27
| * prores: add missing feature warning for alphaJanne Grunau2011-10-141-0/+5
| * lavc: add a flag-based error_recognition field to AVCodecContext and deprecat...Dustin Brody2011-10-141-4/+17
| * lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody2011-10-143-6/+6
* | proresdec: rename to avoid confusionMichael Niedermayer2011-10-142-1/+1
* | dvbsubdec: add version checkingJULIAN GARDNER2011-10-141-1/+27
* | dvbsubdec: handle mode change page stateJULIAN GARDNER2011-10-141-1/+1
* | dvbsubdec: change the top_bottom correctionJULIAN GARDNER2011-10-141-2/+1
* | dvbsubdec: fix buf ptr in dvbsub_parse_region_segment()JULIAN GARDNER2011-10-141-2/+3
* | dvbsubdec: bottom_field_len fixJULIAN GARDNER2011-10-141-4/+4
* | dvbsubdec: fix x/y_pos checksJULIAN GARDNER2011-10-141-2/+2
* | dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()JULIAN GARDNER2011-10-141-0/+2
* | dvbsubdec: dirty handklingJULIAN GARDNER2011-10-141-0/+7
* | dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string()JULIAN GARDNER2011-10-141-6/+6
* | prores: use C idct for fate as the SSE code is not matching the SSE* code dow...Michael Niedermayer2011-10-145-7/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-147-233/+199
|\ \ | |/
| * shorten: remove the flush function.Justin Ruggles2011-10-131-8/+0
| * truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles2011-10-131-3/+3
OpenPOWER on IntegriCloud