]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
Spelling and puctuation
[ffmpeg] / libavcodec / mpeg12.c
2008-04-03 Michael NiedermayerDecode stuff from extradata as well.
2008-04-03 Michael NiedermayerFactorize code a little.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-14 Diego BiurrunUse correct t printf modifier for pointer differences.
2008-03-14 Baptiste Coudurierlog aspect ratio forbidden value, and fail if error...
2008-03-13 Baptiste Coudurierdo not fail badly if aspect ratio is 0/forbidden, fix...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-20 Michael NiedermayerMake find_frame_end() merge 2 mpeg2 field pictures...
2008-02-19 Michael NiedermayerReduce the number of senselessly scanned bytes.
2008-02-01 Michael Niedermayerconst
2008-01-05 Michael NiedermayerDrop non key frames before the first key frame.
2007-10-13 Stefan LuckePrevent infinite loop when buffer holds SEQ_END_CODE...
2007-08-04 Michael NiedermayerMake MPEG-1/2 decoder work with the libmpeg2-style...
2007-08-02 Michael Niedermayeroutput last frame if seq end code is encountered
2007-08-02 Michael Niedermayersimplify s->mv_dir init
2007-08-01 Michael Niedermayerexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-08-01 Michael Niedermayerexchange if() and for() in the MT_FIELD case
2007-08-01 Michael Niedermayerexchange for() and if() order in the MT_FRAME case
2007-08-01 Michael Niedermayerchange
2007-08-01 Michael Niedermayermerge another 2 if() to save a few cpu cycles
2007-08-01 Michael Niedermayerreorder if() so that the condition can be simplified
2007-08-01 Michael Niedermayermerge/simplify 2 if()
2007-08-01 Michael Niedermayermerge 2 if()
2007-07-31 Michael Niedermayermove some code which was executed for every skipped...
2007-07-31 Michael Niedermayerget rid of a useless variable
2007-07-31 Michael Niedermayeravoid 2 additions (1 cpu cycle) per MB
2007-07-31 Michael Niedermayerchroma_qscale seems not used anywhere for mpeg1/2 so...
2007-07-05 Aurelien Jacobsadd proper ff_ prefix to new extern symbols
2007-07-05 Aurelien Jacobssplit mpeg12 encoder out of mpeg12.c
2007-06-22 Michael Niedermayerget rid of one unneeded #ifdef HAVE_XVMC
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-19 Aurelien Jacobsmove imx_dump_header bitstream filter in its own file
2007-05-12 Jason Millardallow to enable or disable every bitstream filters...
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-05 Aurelien Jacobsadd a ff_ prefix to the now exported mpeg1_find_frame_e...
2007-05-05 Aurelien Jacobsmove mpegvideo_parser in it's own file
2007-05-02 Heikki Lindholmmake mpeg decoder handle mid-stream changes in resolution
2007-04-07 Diego Biurruntypos/grammar
2007-03-14 Michael Niedermayer10l to whoever wrote this
2007-03-14 Michael Niedermayerkill av_mallocz_static() calls in init_rl()
2007-03-13 Michael Niedermayerdont malloc() static mv_penalty arrays
2007-03-12 Michel BardiauxGive context to dprintf
2007-03-08 Baptiste Coudurierfix drop frame timecode flag
2007-03-04 Baptiste Coudurierimx dump header bitstream filter, modifies bitstream...
2007-03-04 Baptiste Coudurierdummy support for mpeg2 non linear quant
2007-02-09 Michael Niedermayerfix segfault with lol-ffplay2.mpg (dunno if this is...
2007-02-01 Baptiste Couduriercorrectly set profile/level for hd
2007-01-15 Michael Niedermayerfix segfault with http://sam.zoy.org/zzuf/lol-ffplay...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-12 Måns Rullgårdmake more tables static
2006-11-07 Baptiste Couduriertypo
2006-11-07 Baptiste Coudurieradd option to set mpeg1/2 gop timecode start, and drop...
2006-11-06 Baptiste Coudurierrename ff_mpeg1_find_frame_end to mpeg1_find_frame_end...
2006-11-06 Baptiste Couduriermove AVCodecParser prototypes and definitions to parser...
2006-11-01 Steve L'Hommereindentation, patch by From: Steve Lhomme, slhomme...
2006-10-24 Michael Niedermayerset v_edge_pos correctly for field picture mpeg2
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-07-02 Stefan Gehrerstaric frame_rate_tab -> non static ff_frame_rate_tab...
2006-05-16 Baptiste CoudurierMPEG-2 4:2:2 encoding support
2006-05-13 Baptiste Coudurieradd MPEG-2 intra vlc support
2006-05-13 Baptiste Coudurierremove unused variable
2006-05-02 Michael Niedermayerd10 decoding fix
2006-03-08 Steve L'Homme(f)printf --> av_log conversion
2006-03-01 Michael Niedermayerfix decoding of mpeg2-trunc.vob
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
next