]> git.sesse.net Git - ffmpeg/history - libavcodec
Introduce metadata conversion table for NUT muxer and demuxer.
[ffmpeg] / libavcodec /
2010-02-24 Michael NiedermayerReplace /2 by faster >>1 as the mvd values are now...
2010-02-24 Michael NiedermayerRemove unused variable. Seems i forgot to commit this.
2010-02-23 Jai Menonmlp_parser: Fix memleak.
2010-02-23 Daniel VerkampCosmetics: break all Makefile lines at 80 columns or...
2010-02-23 Peter RossUse reported_size to truncate final Bink Audio frame
2010-02-23 Daniel VerkampFix iff demuxer dependencies
2010-02-23 Daniel VerkampFix vc1 parser dependencies
2010-02-23 Daniel VerkampFix h264 parser dependencies
2010-02-23 Daniel VerkampFix mpeg4video parser dependencies
2010-02-23 Daniel VerkampFix wmv2 encoder dependencies
2010-02-23 Daniel VerkampFix gif encoder dependencies
2010-02-23 Daniel VerkampFix snow encoder dependencies
2010-02-23 Daniel VerkampFix svq1 encoder dependencies
2010-02-23 Kostya Shishkov10l trocadero: Indeo 5 decoder did not free custom...
2010-02-23 Kostya ShishkovDecode alpha plane in Bink video
2010-02-23 Kostya Shishkovcosmetics: reindent after last commit
2010-02-23 Kostya ShishkovMove plane decoding code into separate function in...
2010-02-23 Kostya ShishkovBink video decoder now can use extradata to detect...
2010-02-23 Måns RullgårdDeclare indeo VLC table storage with correct type
2010-02-23 Michael NiedermayerTry to set has_b_frames in codec init if we know everyt...
2010-02-23 Michael NiedermayerMove extradata reading code into codec init instead...
2010-02-22 Kostya ShishkovMake Bink decoder able to skip alpha plane
2010-02-22 Kostya ShishkovMacroblock and block Huffman code sets are to be used...
2010-02-22 Kostya ShishkovMake Bink decoder to stop decoding planes after all...
2010-02-22 Kostya ShishkovCorrect bundle lengths calculation for small Bink files.
2010-02-22 Kostya ShishkovARM: NEON scalarproduct_int16 and scalarproduct_and_mad...
2010-02-22 Carl Eugen HoyosFix compilation for --enable-version3 --enable-libopenc...
2010-02-22 Måns RullgårdARM: add missing preserve8 directives
2010-02-21 Måns Rullgårdget/show_bits() can read up to MIN_CACHE_BITS bits
2010-02-21 Michael NiedermayerFix timestamp association for mpeg2 field pictures.
2010-02-21 Måns RullgårdDeobfuscate LE SHOW_[SU]BITS; these are simple sign...
2010-02-21 Måns RullgårdAdd zero_extend() function
2010-02-21 avcoderRemove unused variable mb_xy.
2010-02-21 Vitor SessakAMR-NB floating-point based decoder.
2010-02-21 Diego BiurrunRemove unused variable, fixes warnings of the type:
2010-02-21 Måns Rullgårdindent
2010-02-21 Måns RullgårdAvoid negative shifts in build_table()
2010-02-21 Kostya ShishkovBink video decoder
2010-02-21 Måns RullgårdVC1: fix missing include h263.h
2010-02-21 David ConradSimplify determing whether fragments are coded
2010-02-21 David ConradHandle Theora's continued runs in superblock coding.
2010-02-21 David ConradDecode fully coded superblocks in the same manner as...
2010-02-21 David ConradMake the special 4129 case for long-run bit strings...
2010-02-21 David ConradUse memset to set the runs partially coded superblocks
2010-02-20 Måns RullgårdReplace log2f(10) with a constant
2010-02-20 Vitor SessakFree encoder extradata in avcodec_close(). Should fix...
2010-02-20 Ramiro Pollax86_fft.o depends on MMX and FFT.
2010-02-20 Stefan Gehrerremove tables of codebook vector values which are conta...
2010-02-19 Kostya Shishkov16l trocadero: don't forget to free frame data buffer...
2010-02-19 Daniel Verkampmsmpeg4v* encoders depend on h263dec
2010-02-19 Daniel VerkampDeclare WMV1 decoder dependencies
2010-02-19 Daniel VerkampDeclare CAF demuxer dependency on mpegaudio
2010-02-19 Daniel VerkampFix compilation of binkaudio_rdft when dct is disabled
2010-02-19 Stefan Gehrerremove a Huffman table from WMA which also exists in AAC
2010-02-19 Vitor SessakAdd missing dependency of TwinVQ
2010-02-19 Stefan Gehrerremove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
2010-02-19 Kostya Shishkovcosmetics: reindent after last commit
2010-02-19 Kostya ShishkovSince WavPack chunk can contain more samples than FFmpe...
2010-02-19 Thilo BorgmannAdd the dependency for mpeg4audio.o of the ALS decoder.
2010-02-19 Thilo BorgmannDo sequential bit reading outside of []-operators.
2010-02-19 Michael Niedermayerget rid of an if() 1 cpu cycle faster.
2010-02-19 Michael NiedermayerGet rid of a local variable, 10 cpu cycles faster.
2010-02-18 Michael NiedermayerMove abs() from decode_cabac_mb_mvd() to the code that...
2010-02-18 Alex ConverseAdd some AAC buffer overread checks.
2010-02-18 Stefan Gehrerfix intra prediction modes with inter-MB neighbors,
2010-02-18 Måns RullgårdH264: use alias-safe macros
2010-02-18 Michael NiedermayerSimplify deblock_left/top condition for deblocking_filter=2
2010-02-18 Michael NiedermayerSpeedup decode_cabac_field_decoding_flag() by 9 cpu...
2010-02-17 Måns RullgårdMove NEG_[US]SR32 macros to mathops.h
2010-02-17 Thilo BorgmannFix sizeof()-statement to use the actual pointer type.
2010-02-17 Thilo BorgmannFix wrong buffer allocation for MCC in ALS.
2010-02-17 Alex Converseget_bits: Fix spelling and grammar in GET_VLC() comment.
2010-02-17 Måns Rullgård10l: remove stray '(' I don't know where it came from
2010-02-17 Måns RullgårdUse LOCAL_ALIGNED macro for local arrays
2010-02-17 Måns RullgårdAdd LOCAL_ALIGNED() macro for declaring aligned local...
2010-02-17 Måns RullgårdSimplify some declarations of aligned arrays
2010-02-17 Michael NiedermayerMove predict_field_decoding_flag() from h264.h to ...
2010-02-17 Michael NiedermayerMove check for and call of predict_field_decoding_flag...
2010-02-16 Michael Niedermayer2x faster ff_h264_init_cabac_states(), 4k cpu cycles...
2010-02-16 Thilo BorgmannLimit the Rice parameter used for progressive decoding...
2010-02-16 James DarnleyAdd lsp.o as a dependency for wmavoice. This fixes...
2010-02-16 Peter RossSupport <8-bit ILBM uncompressed bitmaps
2010-02-16 Michael Niedermayer2 cpu cycles faster context calculation for decode_caba...
2010-02-16 Michael NiedermayerDrop a few redundant slice_num checks.
2010-02-15 Michael NiedermayerDrop compute_mb_neighbors() and move fill_decode_neighb...
2010-02-15 Michael NiedermayerSplit setting neighboring MBs from fill_decode_caches()
2010-02-15 Michael NiedermayerSimplify decode_cabac_mb_intra4x4_pred_mode().
2010-02-15 Michael NiedermayerMerge decode_cabac_mb_type_b() into calling code.
2010-02-15 Maxim PoliakovskiRemove outdated comment.
2010-02-15 Stefan Gehreradd heuristic to discern the old sample clips from...
2010-02-15 Stefan Gehreravoid using DECLARE_ALIGNED on stack variable as sugges...
2010-02-15 Alex ConverseAAC: Mark che_configure() as av_cold.
2010-02-15 Alex ConverseAAC: Mark functions that are only called when the outpu...
2010-02-15 Peter RossIFF bitmap n-bit color support
2010-02-15 Michael Niedermayer10l ;; gcc 2.95 compilation fix by mike
2010-02-15 Michael Niedermayer10l use pack16to32(), should fix big endian h264 failures.
2010-02-15 Michael NiedermayerMerge the single line function decode_cabac_mb_transfor...
2010-02-14 Michael Niedermayerindent
2010-02-14 Michael NiedermayerMerge decode_cabac_mb_dqp() with surronding code.
2010-02-14 Michael NiedermayerDrop if(0) code.
next