Mercurial > libavcodec.hg
graph
-
aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context libavcodec2010-03-09, by alexc
-
aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid(). libavcodec2010-03-09, by alexc
-
aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid). libavcodec2010-03-09, by alexc
-
Check for reference frames so RV 3/4 won't segfault trying to copy data from libavcodec2010-03-09, by kostya
-
10l: Include missing return values in functions made non-void by the previous commit. libavcodec2010-03-09, by alexc
-
aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatted streams. libavcodec2010-03-09, by alexc
-
Scale tile dimensions in case both local decoding and scalability mode libavcodec2010-03-08, by kostya
-
Add support for non-backwards compatible signaled parametric stereo. libavcodec2010-03-07, by alexc
-
Fix --enable-hardcoded-tables compilation: the generate table files now libavcodec2010-03-07, by reimar
-
When tracking non-zero coefficients during Indeo 5 decoding, make sure libavcodec2010-03-07, by kostya
-
Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c libavcodec2010-03-06, by mru
-
Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c libavcodec2010-03-06, by mru
-
Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c libavcodec2010-03-06, by mru
-
Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). libavcodec2010-03-05, by stefano
-
AAC parser: Don't write channels, sample rate, and frame size each frame. libavcodec2010-03-04, by alexc
-
Delay translating DCT tokens into coefficients until immediately before IDCT libavcodec2010-03-03, by conrad
-
Move all context fields that are not used in the mb and block layers libavcodec2010-03-03, by michael
-
Perform coefficient transformations in Bink Audio DCT decoder (issue1770) libavcodec2010-03-03, by pross
-
Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration. libavcodec2010-03-03, by cehoyos
-
Pass correct buffer-pointer and buffer-size to hardware accelerated libavcodec2010-03-02, by cehoyos
-
Fix a bunch of bugs ive introduced recently that broke threaded decoding. libavcodec2010-03-02, by michael
-
revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 libavcodec2010-03-01, by aurel
-
Make av_build_filter static (and remove av_): It is not used outside resample2.c. libavcodec2010-02-28, by cehoyos
-
Make av_get_bit_rate() static and remove av_, the function is only used libavcodec2010-02-28, by cehoyos
-
Include libxvid_internal.h: It contains the prototype for av_tempfile(). libavcodec2010-02-28, by cehoyos
-
Make the following functions static (and remove ff_), they are only used libavcodec2010-02-28, by cehoyos