]> git.sesse.net Git - ffmpeg/history - libavcodec
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.
[ffmpeg] / libavcodec /
2007-02-22 Panagiotis IssarisMove the av_realloc_static() declaration out of avcodec...
2007-02-22 Panagiotis IssarisDoxygenize the existing amr.c documentation.
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_fast_realloc() function.
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_free_static() function.
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_mallocz_static(...
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_realloc_static(...
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_get_bits_per_sample...
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_get_pict_type_char...
2007-02-22 Panagiotis IssarisDoxygenize the comments for the avpicture_free() function.
2007-02-22 Panagiotis IssarisMove the Doxygen function documentation unaltered from...
2007-02-22 Panagiotis IssarisAdd more Doxygen documentation.
2007-02-22 Panagiotis IssarisFix spelling.
2007-02-22 Panagiotis IssarisThe memsetting of the end of buffer is not needed for...
2007-02-22 Panagiotis IssarisStray comment, probably copy & pasted from audio_encode...
2007-02-22 Panagiotis IssarisFix typo.
2007-02-22 Diego Biurruncosmetics: aswell --> as well typo fix
2007-02-22 Michael Niedermayergcc 2.95 fix
2007-02-21 Panagiotis IssarisCorrect typo.
2007-02-21 Aurelien Jacobssimplify release_buffer using FFSWAP
2007-02-21 Diego Biurrunsimplify i386 object handling
2007-02-21 Michael Niedermayeroutput delayed frames
2007-02-21 Diego Biurruncosmetics: Fix another common typo, gurantee --> guArantee.
2007-02-21 Kostya Shishkov100l: forgot to reset LS mode on new frame
2007-02-21 Diego Biurruncosmetics: Fix a common typo, sepErate --> sepArate.
2007-02-20 Panagiotis IssarisAdd some more Doxygen documentation to libavcodec/utils.c.
2007-02-20 Michel BardiauxAdd support for MS-GSM codec
2007-02-20 Panagiotis IssarisProvide Doxygen documentation.
2007-02-20 Guillaume Poirieradd doxygen docs for avpicture_fill()
2007-02-19 Stefan Gehrerfix comment, get/show_bits(0) does not work
2007-02-19 Michel BardiauxRemove some old disabled debugging output
2007-02-19 Loren Merrittsimplify in fill_caches
2007-02-18 Panagiotis IssarisRemove a non-C dependency (being M_PI) from the libavco...
2007-02-18 Benjamin LarssonClairyfication of the gain tool struct.
2007-02-18 Måns Rullgårdfix for x86-64
2007-02-18 Benjamin LarssonDon't use byte swaps and use the more portable way
2007-02-18 Michael Niedermayerfactorize more calls to fill_rectangle()
2007-02-18 Michael Niedermayerfactorize fill_rectangle() calls
2007-02-18 Alex Beregszaszidisplay line number when printing error
2007-02-17 Michael Niedermayerrewrite H264_CHROMA_MC4_TMPL (20% faster)
2007-02-17 Michael Niedermayerremove imgresample and convert with the next version...
2007-02-17 Kostya ShishkovUse AVRandom
2007-02-17 Kostya Shishkov10l: forgot break statement
2007-02-16 Michael Niedermayerfactorize fill_rectangle()
2007-02-16 Michael Niedermayerreplace list<2 checks by list<list_count
2007-02-16 Michael Niedermayerfix 2nd ref_count check
2007-02-16 Michael Niedermayerfix ref_count check
2007-02-16 Michael Niedermayerfactorize mv_cache and mvd_cache init
2007-02-16 Michael Niedermayersimplify
2007-02-16 Michael Niedermayeradd a few asserts to ensure alignment
2007-02-16 Michael Niedermayerprevent h.264 MC related functions from being inlined...
2007-02-15 Michel BardiauxSpelling fix
2007-02-15 Michel BardiauxSpelling fix
2007-02-14 Diego BiurrunMove xvmc_render.h to libavcodec where it belongs....
2007-02-14 Michael Niedermayerdoxy for avcodec_encode_video()
2007-02-14 Michel BardiauxFix one warning
2007-02-13 Måns Rullgårdrename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-13 Michel BardiauxChange some dprintf to av_log
2007-02-13 Kostya ShishkovIntensity compensation for B-frames in AP was missing
2007-02-12 Diego Biurrunconsistency renaming: yuv422 --> yuyv422
2007-02-12 Diego Biurrunconsistency renaming: uyvy411 --> uyyvyy411
2007-02-12 Diego Biurrunconsistency renaming: rgba32 --> rgb32
2007-02-12 Diego BiurrunRestore the possibility to link liba52 instead of dlope...
2007-02-11 Diego BiurrunRename ac3 decoder to liba52 to prepare for native...
2007-02-11 Måns Rullgårdrename HAVE_GPROF to CONFIG_GPROF
2007-02-11 Diego BiurrunRemove internal liba52; external lib still works, nativ...
2007-02-11 Diego BiurrunRemove unused libac3 AC3 decoding interface.
2007-02-10 Reimar DöffingerMinor AMD64 compilation fix
2007-02-10 Michael Niedermayermaybe fix x86_64 (untested)
2007-02-09 Francois Oligny... always decode extradata when of non-avc stream (like...
2007-02-09 Michael Niedermayerpackets with half pcm samples are invalid
2007-02-09 Michael Niedermayerfactor out common subexprssion (gcc of course is too...
2007-02-09 Michael Niedermayermerge asm fragments in H264_CHROMA_MC2_TMPL()
2007-02-09 Michael Niedermayersanity check
2007-02-09 Michael Niedermayerfix segfault with lol-ffplay2.mpg (dunno if this is...
2007-02-09 Justin Rugglesfix parsing of RealAudio AC-3/DolbyNet
2007-02-08 Luca AbeniDirectly access av_log_level instead of calling av_log_...
2007-02-07 Reimar DöffingerFix incorrect use of ff_get_fourcc that made mjpgb...
2007-02-07 Michael Niedermayervorbis suffers from the same sign flip issue as wma...
2007-02-07 Michael Niedermayerdoxygenize
2007-02-07 Diego BiurrunAdd a comment about swapped numerator and denominator.
2007-02-07 Diego Biurrunmissing spaces
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-02-06 Michael Niedermayerworkaround sign bug
2007-02-06 Michael Niedermayer10l use of uninitalized var
2007-02-06 Michael Niedermayerkill debuging code
2007-02-06 Michael Niedermayerwma encoder
2007-02-06 Michael NiedermayerRevised patch for HD DVD .EVO demuxing by (Ian Caulfiel...
2007-02-06 Michael Niedermayersimplify and remove useless index in AV_W*
2007-02-06 Kostya ShishkovProgressive frames disguised as interlaced are supported
2007-02-06 Kostya ShishkovB-frames could not be determined from broken_link/close...
2007-02-06 Kostya ShishkovWrong flag tested
2007-02-06 Aurelien Jacobsensure that data[0] is set to NULL for next frame
2007-02-05 Måns Rullgårdoops, revert accidental checkin
2007-02-05 Måns Rullgårdfix multichannel decoding
2007-02-05 Måns Rullgårdmove static variables to private context struct
2007-02-05 Måns Rullgårdremove preprocessor cruft
2007-02-05 Måns Rullgårdcosmetics: don't needlessly open new blocks
2007-02-05 Måns Rullgårdcosmetic: indent sensibly so code can be read at all
2007-02-05 Diego BiurrunBMP encoder by Michel Bardiaux, mbardiaux mediaxim be
next