]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
print a big warning if we mess up and run out of space ...
[ffmpeg] / libavcodec / mpeg12.c
2006-02-04 Michael Niedermayerfaster find_startcode()
2006-01-14 jwestfall@surreali... Off by one fix to prevent possible segfault. Patch...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-11-20 Ivan KalvachevMark all 12 block unused when there are no coded blocks
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-07-14 Michael Niedermayerskip_idct
2005-07-11 Michael Niedermayerfix decoding of (broken) files with f_code=0
2005-05-18 Michael Niedermayerfix mpeg2 chroma_420_type
2005-05-14 Michael Niedermayerpreserve parse context
2005-05-12 Michael Niedermayersanity check
2005-05-08 Michael Niedermayer#defines for strict_std_compliance and split between...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-04-21 Michael Niedermayeravoid clearing block[] if its not used at all
2005-04-20 Michael Niedermayermpeg2_fast_decode_block_intra()
2005-04-19 Michael Niedermayeroptimizing non_intra ac coeff decode
2005-04-18 Michael Niedermayeravoid UPDATE_CACHE() in GET_RL_VLC() if not needed
2005-04-04 avcoderTypo errors patch by (QuickTime | ffmpeg gmail com>
2005-04-03 Ivan Kalvachevreinitialize on aspect change,
2005-03-26 Michael Niedermayermore checks, fixes assertion failure
2005-03-08 Michael Niedermayer(10l) supported pix_fmts forgotten
2005-03-05 Michael Niedermayertypo
2005-02-21 Josh Varnerremoving --disable-risky patch by (Josh Varner <jlvarne...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-10-18 Michael Niedermayerfix constrained parameters flag
2004-09-27 Michael Niedermayerlowres width/height cleanup 3rd try
2004-09-27 Michael Niedermayerset AVCodecContext.width/height to the picture width...
2004-09-26 Michael Niedermayerlowres slice fix
2004-09-25 Michael Niedermayer1/2 resolution decoding
2004-09-10 Michael Niedermayermess cleanup
2004-09-02 Michael Niedermayertypo
2004-09-02 Michael Niedermayeroptional non spec compliant optimizations for mpeg1
2004-09-02 Michael Niedermayeroptional non spec compliant optimizations
2004-08-13 Michael Niedermayeruser overrideable level & profile
2004-07-16 Wolfram GlogerAvoid segfault on ffmpeg "buffer flush" in mpeg12.c...
2004-06-30 Michael Niedermayer10l (fixes delayed frames during encoding)
2004-06-26 Michael Niedermayersupport skiping of mb rows during decoding
2004-06-25 Michael Niedermayeroptimization
2004-06-12 Ivan Kalvachevbetter cbp handling and small speedup in mpeg12
2004-06-11 Ivan Kalvachevmpeg2 chroma422/444 support, may be slower, may be...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-30 Michael Niedermayerintra_dc_precission>0 encoding support
2004-04-29 Ivan Kalvachevcola test
2004-04-29 Michael Niedermayerremove duplicated find_frame_end() code
2004-04-27 Michael Niedermayersimplify
2004-04-22 Michael Niedermayercorrupted field pictures segfault fix
2004-04-19 Michael Niedermayerexporting field_select/ref_index values
2004-04-18 Michael Niedermayerfix exported motion vectors
2004-04-16 Michael Niedermayerunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2004-04-02 Michael Niedermayerskiped mbs in interlaced b frames fix
2004-03-24 Falk Hüffnerwarning patrol
2004-03-22 Michael Niedermayer1000l for iive
2004-03-16 Michael Niedermayer1000000l (using uninitalized variable for initalizing...
2004-03-16 Michael Niedermayerinit cleanup
2004-03-16 Ivan Kalvachevuse pan_scan to remove some weight, proper pan_scan...
2004-03-15 Ivan Kalvachevmpeg12 fix 10l of aspect calucalations, return gop...
2004-03-15 Ivan Kalvachevmove MPV_common_init after parsing stream parameters...
2004-03-13 Michael Niedermayerremoving broken mpeg_decode_gop()
2004-03-09 Michael Niedermayerfind_start_code() optimization (about 2x faster now...
2004-03-05 Zdenek Kabelac* more consts
2004-03-05 Zdenek Kabelac* const warn elimination
2004-03-04 Ivan Kalvachevsilence warnings
2004-03-02 Ivan Kalvachevadd vlc for cbp=0 that is valid in 422,444
2004-03-02 Michael Niedermayer10l (segfault fix)
2004-03-02 Ivan Kalvachevforgot default chroma_format value
2004-03-01 Ivan Kalvachevinitial chroma_format changes,xvmc tweaks and codec_cap
2004-02-28 Michael Niedermayermpeg2 field pic decoding fix
2004-02-26 Michael NiedermayerAVCodec.supported_framerates
2004-02-23 Michael Niedermayermultithreaded mpeg2 decoding
2004-02-19 Ivan Kalvachevuse get_format
2004-02-16 Michael Niedermayermore error checks for the sequence header
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2004-01-22 Michael Niedermayerclosed gop support & flags2 as all bits in flags are...
2004-01-18 Michael Niedermayerremoving broken framerate conversation hack in mpeg1/2
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-08 Michael Niedermayeruninitalized variables fix by (Gildas Bazin <gbazin...
2004-01-05 Michael Niedermayersimplify
2004-01-04 Michael Niedermayergop timestamp fix
2004-01-04 Michael Niedermayerframe rate emulation "fix" by (Mean <fixounet at free...
2004-01-04 Michael NiedermayerSVCD scan offset stuff
2004-01-01 Michael Niedermayerprint vbv buffer size & bitrate when decoding with...
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-30 Wolfgang Hesselermotion vector vissualization improvements patch by...
2003-12-17 Michael Niedermayervbv_delay
2003-12-14 Michael Niedermayermv vissualization & field picture fix
2003-12-14 Wolfgang Hesselercygwin fix and dont average interlaced MVs patch by...
2003-12-14 Michael Niedermayer10l (printing qscale before parsing it)
2003-12-12 Fabrice Bellardfixed top_field_first support when encoding
2003-12-10 Fabrice Bellardinterlaced DCT support for MPEG2 encoding
2003-12-10 Fabrice Bellardfixed potential problem if aspect_ratio_info == 0 for...
2003-12-10 Michael NiedermayerMB_TYPE_INTERLACED info fix
2003-12-09 Fabrice Bellardfixed low delay decoding
2003-12-09 Wolfgang Hesselermove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-12-04 Michael Niedermayerrv20 (h263) b frame decoding support
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-13 Ivan Kalvachevsilence few warnings
next