platform/upstream/libav.git
2007-01-21 Michael Niedermayerthis is wrong but it was that way before the AVCodecTag...
2007-01-21 Benjamin LarssonFixed a typo, cosmetics.
2007-01-21 Benjamin LarssonGet rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
2007-01-21 Michael Niedermayerget rid of the [4] limitation of codec tag lists
2007-01-21 Reimar DöffingerFix crash when pred_order greater s->blocksize >> rice_...
2007-01-21 Michael Niedermayerexport a few more codec_tag-codec_id tables
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2007-01-20 Michael Niedermayerfix indention (dunno why it was messed up ...)
2007-01-20 Michael Niedermayerchecking bitstream values and other related changes
2007-01-19 Reimar DöffingerAttempt to better document AVFMT_NOFILE.
2007-01-19 Reimar DöffingerDemuxers with AVFMT_NOFILE will open a (possibly differ...
2007-01-19 Alex Beregszasziadd AV_WB/WL for lswriting, similar to AV_RB/RL (also...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-19 Guillaume Poirierremove useless cast that makes code unreadable
2007-01-19 Francois Oligny... harden h264 decoding to prevent some crashes when input...
2007-01-19 Michael Niedermayeruint16->uint8
2007-01-18 Aurelien Jacobscosmetics: indentation
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1.1: removed usele...
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2007-01-18 Alex Beregszasziomg, major typo (fails if card supports rgb24)
2007-01-18 Panagiotis... Change the Snow encoder to always use the available...
2007-01-18 Diego BiurrunAdd/update some comments.
2007-01-18 Diego BiurrunRename do_libav var so as not to clash with the do_liba...
2007-01-18 Michael Niedermayerchange while loops to do-while as the condition is...
2007-01-17 Michael Niedermayersimpler branch structure in init (16 bytes smaller...
2007-01-17 Michael Niedermayerdoxygenize
2007-01-17 Michael Niedermayeravoid code duplication
2007-01-17 Michael Niedermayerbetter to set things to NULL instead of random in case...
2007-01-17 Michael Niedermayersimplify av_fifo_realloc()
2007-01-17 Michael Niedermayerremove near duplicate function
2007-01-17 Michael Niedermayersimplify
2007-01-17 Michael Niedermayersimplify
2007-01-17 Michael Niedermayersimplify
2007-01-17 Luca BarbatoAvoid branches in the loop and solve a gcc warning
2007-01-17 Michael Niedermayersimplify pts/dts reading
2007-01-17 Luca BarbatoCosmetics
2007-01-17 Michael Niedermayercosmetic
2007-01-17 Michael Niedermayerreduce len checks, simplifies code
2007-01-17 Panagiotis... fix segfault with sam.zoy.org/zzuf/lol-ffplay.ogm and
2007-01-17 Michael Niedermayerseperate redo (we dont handle this possibly valid packe...
2007-01-17 Michael Niedermayer10l (aes_crypt -> av_aes_crypt)
2007-01-16 Michael Niedermayerset data_size to 0 so that in case we return without...
2007-01-16 Måns Rullgårdupdate swf regression checksum
2007-01-16 Diego BiurrunMake nb_streams unsigned to avoid an ugly cast.
2007-01-16 Luca Barbatofix a gcc warning, avoid an unnecessary operation
2007-01-16 Michael Niedermayerfix CONFIG_SMALL again
2007-01-16 Michael Niedermayer30byte smaller object file
2007-01-16 Michael Niedermayer10l typo
2007-01-16 Michael Niedermayerpublic API
2007-01-16 Michael Niedermayercbc support
2007-01-16 Michael Niedermayeravoid memcpy()
2007-01-16 Michael Niedermayergive crypt a src and dst
2007-01-16 Reimar DöffingerAvoid calling decode_slice when context_initialized...
2007-01-16 Michael Niedermayerchange subshift a little, this reduces the object size...
2007-01-16 Michael Niedermayeruse 2 state arrays so that fewer temporary variables...
2007-01-16 Michael Niedermayerremove useless parameter
2007-01-16 Michael Niedermayerunused variable
2007-01-16 Diego BiurrunRemove outdated Linux section.
2007-01-16 Baptiste Coudurieradd msrle fourcc, quicktime_bmp.mov
2007-01-16 Baptiste Coudurieradd png fourcc
2007-01-15 Michael Niedermayerfix segfault with sam.zoy.org/zzuf/lol-ffplay.wmv
2007-01-15 Michael Niedermayerfix segfault with sam.zoy.org/zzuf/lol-ffplay.mpg and...
2007-01-15 Michael Niedermayerfixing segfault with sam.zoy.org/zzuf/lol-ffplay.avi
2007-01-15 Måns Rullgårdcheck for sane values in ogg_get_length(), fix lol...
2007-01-15 Måns Rullgårdsave/restore number of streams
2007-01-15 Michael Niedermayermerge shift into mix
2007-01-15 Michael Niedermayermake aes_en/decrypt() static until we decided on the...
2007-01-15 Diego BiurrunRevert broken removal of variable indirection.
2007-01-15 Roman Shaposhnik * Fixing a bug with incorrect bits set in AAUX sourc...
2007-01-15 Diego Biurrunspelling, formatting
2007-01-15 Michael Niedermayermove #include log.h into the selftesting code where...
2007-01-15 Michael Niedermayerremove dependancy on *malloc()
2007-01-15 Michael Niedermayercheck the last? entry written for detecting already...
2007-01-15 Baptiste Couduriercosmetics, function -> metadata
2007-01-15 Michael Niedermayerreplace / by >> this makes the .o ~150 bytes smaller
2007-01-15 Michael Niedermayercosmetic
2007-01-15 Diego BiurrunRemove leftover variable.
2007-01-15 Diego BiurrunRemove unnecessary variable indirection.
2007-01-15 Michael Niedermayerav_aes_init()
2007-01-15 Michael Niedermayerthe missing header ...
2007-01-14 Måns Rullgårdmerge fragmented mpeg4adv section in regression.sh
2007-01-14 Michael Niedermayeravcodec_decode_audio2()
2007-01-14 Diego Biurrun100l: Fix damage from a buggy emacs macro.
2007-01-14 Baptiste Coudurierremove useless essence container data sets for now
2007-01-14 Baptiste Coudurierremove useless preface parsing for now, will reintroduc...
2007-01-14 Diego BiurrunMerge redundant comments.
2007-01-14 Baptiste Couduriermerge multiple descriptor parsing with generic one
2007-01-14 Diego BiurrunAdd two more variables for temporary files.
2007-01-14 Diego Biurruncomment grammar fixes
2007-01-14 Michael Niedermayerer and strict also apply to audio theoretically
2007-01-14 Baptiste Coudurierremove warning, key is const
2007-01-14 Baptiste Coudurierindention
2007-01-14 Baptiste Coudurierfollow michael suggestion and simplify code at object...
2007-01-14 Ronald S. Bultjemakes the filename member of the URLContext a pointer...
2007-01-14 Ronald S. Bultjeadd support for HTTP seeking
2007-01-14 Michael Niedermayersimplify
2007-01-14 Michael Niedermayersimplify multiply table init
2007-01-14 Reimar DöffingerMake seeking work in files that contain encrypted tracks.
2007-01-14 Michael Niedermayersimplify selftest
2007-01-14 Michael Niedermayerrevert simplification (broke 192 bit keys)
next