summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870Stefan Lucke2007-10-13
| | | | | | | | | Patch by Stefan Lucke <stefan <at> lucke.in-berlin.de> Subject: API breakage by r9870 Date: 2007-10-05 11:06:47 GMT http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/57467 Originally committed as revision 10720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: refill2() is not unused, it is used conditionally.Diego Biurrun2007-10-12
| | | | | | | Fix the preprocessor directives to enable refill2() only when the conditions under which it is used apply. Originally committed as revision 10715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Interlaced pictures (not just MBAFF) + spatial direct mode is notJeff Downs2007-10-12
| | | | | | | | | implemented. Patch by Jeff Downs, heydowns . borg @ com Original thread: Enable PAFF decoding, 2007-10-09 11:04 Originally committed as revision 10714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable unused code; fixes several gcc warnings:Diego Biurrun2007-10-12
| | | | | | | | | | | | cabac.h:112: warning: ‘put_cabac_static’ defined but not used cabac.h:158: warning: ‘put_cabac_terminate’ defined but not used cabac.h:186: warning: ‘put_cabac_u’ defined but not used cabac.h:221: warning: ‘put_cabac_ueg’ defined but not used cabac.h:273: warning: ‘refill2’ defined but not used cabac.h:811: warning: ‘get_cabac_u’ defined but not used cabac.h:827: warning: ‘get_cabac_ueg’ defined but not used Originally committed as revision 10713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable avpicture_deinterlace() for PIX_FMT_GRAY8.Andrea Gualano2007-10-11
| | | | | | Patch by Andrea Gualano, gualano T imavis O com Originally committed as revision 10712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix intended order of operations for 4 assert() checks.Shane2007-10-11
| | | | | | Patch by Shane, gnome42 T gmail O com Originally committed as revision 10711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Specify in documentation that avcodec_find_(en|de)coder* only searches forVille Skyttä2007-10-11
| | | | | | | registered entries Patch by Ville Skyttä <ville dot skytta at iki dot fi> Originally committed as revision 10710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixes:Diego Biurrun2007-10-11
| | | | | | | | | snow.c: In function ‘decode_header’: snow.c:3668: warning: unused variable ‘absum’ snow.c: In function ‘decode_init’: snow.c:4551: warning: unused variable ‘s’ Originally committed as revision 10708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set pict->interlaced_frame if returned frame is MBAFF or PAFF.Carl Eugen Hoyos2007-10-10
| | | | Originally committed as revision 10703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix incorrect check for abs_diff_pic_num overflowJeff Downs2007-10-09
| | | | | | patch by Jeff Downs, heydowns a borg d com Originally committed as revision 10700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to override zlib compression level in PNG encoder via ↵Reimar Döffinger2007-10-09
| | | | | | avctx->compression_level Originally committed as revision 10699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentAndreas Öman2007-10-09
| | | | Originally committed as revision 10698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better lambda search methodBaptiste Coudurier2007-10-09
| | | | Originally committed as revision 10697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable PAFF decodingCarl Eugen Hoyos2007-10-09
| | | | Originally committed as revision 10696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops... mpegvideo_enc also depends on motion_est and ratecontrolAurelien Jacobs2007-10-09
| | | | Originally committed as revision 10695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix)Aurelien Jacobs2007-10-09
| | | | Originally committed as revision 10694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Manage Picture buffers for fields as well as frames. Pair complementary ↵Jeff Downs2007-10-08
| | | | | | | | | | | | | fields into one MPV Picture. Part of PAFF implementation. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix deblocking for PAFF contentMartin Zlomek2007-10-08
| | | | | | Patch by Martin Zlomek, martin d zlomek a email d cz Originally committed as revision 10690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd 36mbit supportBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo weigth->weightBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* preliminary 10 bit depth decoding support, still miss generic api to export ↵Baptiste Coudurier2007-10-08
| | | | | | picture, working on it Originally committed as revision 10686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mergeBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, check 'i' validity before using itBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 10 bit per comp detectionBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export convert_matrix and add ff_ prefixBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export DCT_common_init and add ff_prefixBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-indent after PAFF MMCO implementation patch.Jeff Downs2007-10-07
| | | | | | | | | patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Augment MMCO execution to work with both fields and frames. Part of PAFFJeff Downs2007-10-07
| | | | | | | | | | | implementation. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic renaming variable so that it makes more sense for forthcoming PAFF ↵Jeff Downs2007-10-06
| | | | | | | | | | | mmco patches. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Augment mmcodecoding process to work properly with fields. Part of PAFF ↵Jeff Downs2007-10-06
| | | | | | | | | | | implementation. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Edge emulation for fields. Part of PAFF implementationJeff Downs2007-10-06
| | | | | | | | | patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set Picture.poc for fields and field pairs. Part of PAFF implementation.Jeff Downs2007-10-06
| | | | | | | | | patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modifies macroblock addressing and current macroblock y-position for field ↵Jeff Downs2007-10-06
| | | | | | | | | | | | | decoding. Adds convenience definition for pictures that are field or mbaff based. Part of PAFF implementation. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support function and changes to reference picture reordering for PAFF.Jeff Downs2007-10-05
| | | | | | | | | patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent fill_default_ref_list after changes for PAFFJeff Downs2007-10-05
| | | | | | | | | patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support functions and changes to default reference list creation for PAFF.Jeff Downs2007-10-05
| | | | | | | | | patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmetics.Diego Biurrun2007-10-04
| | | | Originally committed as revision 10668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin optimized vp3 transform and infastructure for idctMarc Hoffman2007-10-04
| | | | Originally committed as revision 10667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace "signed short" typecast with "int16_t" as suggested byVladimir Voroshilov2007-10-04
| | | | | | | | Mans Rullgard. Value at the right side is 16 bit length signed. We can not know for sure that short is in fact 16 bits, even if this virtually always is the case. Originally committed as revision 10666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorganize long reference management to minimize code duplication in ↵Jeff Downs2007-10-04
| | | | | | | | | | | upcoming PAFF implementation. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Picture.key_frame setting to be compatible with frame and field ↵Jeff Downs2007-10-04
| | | | | | | | | | | | contexts. Part of PAFF implementation. Contributed in part by Neil Brown. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.Jeff Downs2007-10-04
| | | | | | | | | patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variable to make sense in both field and frame contexts (support of ↵Jeff Downs2007-10-04
| | | | | | | | | | | PAFF implementation). patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further modularize short reference list management for upcoming PAFF ↵Jeff Downs2007-10-04
| | | | | | | | | | | implementation. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-indent unreference_pic.Jeff Downs2007-10-04
| | | | | | | | | patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify unreference_pic implementation with PAFF in mind.Jeff Downs2007-10-04
| | | | | | | | | patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Partial PAFF implementation at macroblock level.Jeff Downs2007-10-04
| | | | | | | | | | PAFF support disabled until implementation complete. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"Vladimir Voroshilov2007-10-03
| | | | | | Initialize step_index as int16_t (as multimedia wiki says). Originally committed as revision 10657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge some #ifdef CONFIG_ENCODERS sectionsAurelien Jacobs2007-10-03
| | | | Originally committed as revision 10656 to svn://svn.ffmpeg.org/ffmpeg/trunk