]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
main() --> main(void)
[ffmpeg] / libavcodec / h264.c
2007-11-23 Diego Biurrunmain() --> main(void)
2007-11-17 Jeff DownsCall mpegvideo flush routine on h264 flush. Needed...
2007-11-10 Reinhard NisslProvide top_field_first logic for h264
2007-11-07 Jeff DownsFix deblocking filter for field pictures by properly...
2007-11-06 Jeff DownsFix poc for field pictures. Prior to this, the poc...
2007-11-05 Jeff DownsCorrect assignment of interlaced_frame; was being set...
2007-10-15 Jeff DownsFix chroma mv offsets for PAFF in a way that is compati...
2007-10-15 Martin ZlomekFix mix-up of values in r10690 (deblocking for PAFF).
2007-10-13 Jeff DownsSimplify tests for field macroblocks
2007-10-12 Jeff DownsInterlaced pictures (not just MBAFF) + spatial direct...
2007-10-10 Carl Eugen HoyosSet pict->interlaced_frame if returned frame is MBAFF...
2007-10-09 Jeff Downsfix incorrect check for abs_diff_pic_num overflow
2007-10-09 Andreas Ömanreindent
2007-10-09 Carl Eugen HoyosEnable PAFF decoding
2007-10-08 Jeff DownsManage Picture buffers for fields as well as frames...
2007-10-08 Martin ZlomekFix deblocking for PAFF content
2007-10-07 Jeff DownsRe-indent after PAFF MMCO implementation patch.
2007-10-07 Jeff DownsAugment MMCO execution to work with both fields and...
2007-10-06 Jeff DownsCosmetic renaming variable so that it makes more sense...
2007-10-06 Jeff DownsAugment mmcodecoding process to work properly with...
2007-10-06 Jeff DownsEdge emulation for fields. Part of PAFF implementation
2007-10-06 Jeff DownsSet Picture.poc for fields and field pairs. Part of...
2007-10-06 Jeff DownsModifies macroblock addressing and current macroblock...
2007-10-05 Jeff DownsSupport function and changes to reference picture reord...
2007-10-05 Jeff DownsReindent fill_default_ref_list after changes for PAFF
2007-10-05 Jeff DownsSupport functions and changes to default reference...
2007-10-04 Jeff DownsReorganize long reference management to minimize code...
2007-10-04 Jeff DownsFix Picture.key_frame setting to be compatible with...
2007-10-04 Jeff DownsFix h->curr_pic_num for field pictures. Necessary for...
2007-10-04 Jeff DownsRename variable to make sense in both field and frame...
2007-10-04 Jeff DownsFurther modularize short reference list management...
2007-10-04 Jeff DownsRe-indent unreference_pic.
2007-10-04 Jeff DownsModify unreference_pic implementation with PAFF in...
2007-10-04 Jeff DownsPartial PAFF implementation at macroblock level.
2007-10-02 Andreas Ömanremove unused code, spotted by Jeff Downs, heydowns...
2007-10-02 Jeff DownsRename MMCO stuff to prepare for h264/PAFF implementation.
2007-09-27 Panagiotis IssarisRemove redundant test.
2007-09-26 Jeff Downsh264/PAFF preparation: use DELAYED_PIC_REF to mark...
2007-09-25 Andreas Ömanreindent
2007-09-24 Andreas Ömanfactor out dequant table lookup outside loops, gives...
2007-09-22 Reimar DöffingerApply skip_loop_filter before checking if we can parall...
2007-09-21 Andreas ÖmanSimplify H.264 decode_cabac_mb_cbp_luma(), giving a...
2007-09-16 Andreas Ömanfix image corruption when with multi-threaded decoding.
2007-09-07 Andreas ÖmanIndentation
2007-09-07 Andreas ÖmanLet H.264 decoder skip deblocking across slices
2007-09-05 Jeff DownsAvoid a crash when H264 MMC operation causes the short...
2007-09-05 Andreas ÖmanAdd slice-based parallel H.264 decoding
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-09-04 Carl Eugen HoyosSilence warnings about NAL_SVC_NON_IDR in H.264.
2007-09-03 Carl Eugen HoyosRemove error raising when explicitely skipping frame
2007-08-15 Ramiro PollaCONFIG_7REGS -> HAVE_7REGS
2007-08-14 Alexander StrangeStatements like a = b = c = d = e; store from right...
2007-08-12 Alexander StrangeDon't check the return value of decode_cabac_residual...
2007-08-08 Alex Beregszaszidebug: tell how much bits are skipped with unknown...
2007-08-01 Michael Niedermayeruse ENABLE_GRAY
2007-07-30 Andreas Ömanfix cabac decoding with some Blue-Ray sources
2007-07-19 Panagiotis IssarisFix the self tests which are contained in some codecs...
2007-07-15 Andreas Ömanfix visual painting of MVs from h264: they are painted...
2007-07-09 Benoit Fouetbring back h264 build
2007-07-08 Måns Rullgårdtrivial warning fixes
2007-07-06 Andreas ÖmanAdd support for streams with different chroma_qp_index_...
2007-07-06 Andreas ÖmanPrecompute a chroma_qp table with index offset for...
2007-07-06 Andreas ÖmanCompute the dequant coefficient table ptr outside the...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-21 Andreas ÖmanDon't swap back un-deblocked lines for intra prediction...
2007-06-20 Andreas ÖmanDo not reuse the rbsp de-escape buffer if both
2007-06-19 Andreas ÖmanDecouple bit context from h264 context in decode_ref_pi...
2007-06-18 Andreas Ömanindentation
2007-06-16 Andreas ÖmanFactor out init_scan_tables(), patch by Andreas Öman...
2007-06-16 Måns Rullgårdfix some printf format specifiers
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-07 Andreas Ömanh264: use 'simple' in border backup / xchg
2007-06-03 Andreas Ömanfilter_mb_fast() doesn't handle h->deblocking_filter...
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-29 Andreas Ömanallocate PPS and SPS dynamically
2007-05-23 Panagiotis IssarisExport the four remaining H.264 decoder intra predictio...
2007-05-17 Reimar DöffingerMove attribute_unused to variable declarations in macro...
2007-05-14 Reimar DöffingerChange some leftover __attribute__((unused)) and __attr...
2007-05-11 Diego BiurrunRemove duplicate #includes, avcodec.h #includes common.h.
2007-05-10 Aurelien Jacobssplit h264.c to move parser in its own file
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-05 Diego BiurrunFix multiple "‘inline/static’ is not at beginning of...
2007-05-02 Diego BiurrunRemove unused variable.
2007-04-29 Meanprevent going out of the buffer if the nal size does...
2007-04-27 Diego BiurrunMark code parts that cannot work on AMD64 due to broken...
2007-04-26 Diego Biurrun10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE...
2007-04-11 Limin Wangadd a check before find_frame_end call
2007-04-09 Reinhard NisslWhen dst_length == 0 bit_length has to be 0, too, but...
2007-04-09 Reinhard NisslRemove a NAL unit's trailing zero bytes even when dst_l...
2007-04-09 Reinhard Nisslscenario: A properly coded frame is followed by an...
2007-04-07 Diego Biurruntypos/grammar
2007-04-04 Stefan Huehnerchanges some function declarations from () to (void...
2007-03-29 Panagiotis IssarisFix compilation when using the --disable-opts parameter...
2007-03-14 Baptiste Coudurierreindent after last commit
2007-03-14 Baptiste Coudurierh264 complete frames parsing support
2007-03-03 Michael Niedermayercheck for no frame and prevent segfault
2007-03-02 Michael Niedermayersupport feeding individual NAL units to the decoder...
2007-02-27 Michel BardiauxSupply context to tprintf
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
next