11751 Commits (48e77473e97c2409480cad6be81b5b24468a02b7)

Author SHA1 Message Date
Vitor Sessak b046c027a7 Remove filename from doxy comment 15 years ago
Vitor Sessak dbe88f40b3 Remove useless include. Should fix compilation in MacOS X. 15 years ago
Maxim Poliakovski 07ff7825b6 Move indeo5-specific quant table selection to decode_gop_hdr. 15 years ago
Vitor Sessak 36a9b3693b Include float.h to provide FLT_MAX define. Should fix compilation on windows. 15 years ago
Francesco Lavra d31ba23185 RealAudio 14.4k encoder. 15 years ago
Maxim Poliakovski c404e783b9 Move transform declarations out of IVIBandDesc so indeo4 can use them as well. 15 years ago
Francesco Lavra 756e346798 Split do_output_subblock() into common code and decoder specific parts 15 years ago
Francesco Lavra 5ec29beeb4 Cosmetics: indent 15 years ago
Francesco Lavra 6ea6c8ebcf Add ff_ prefix to non-static functions 15 years ago
Francesco Lavra 0acaf8b0f2 Split ra144.c in common code (to be shared with the future encoder) and 15 years ago
Maxim Poliakovski 79d46cbea6 Quant changes only once per MB so move the corresponding scale factor assignment 15 years ago
Justin Ruggles 4dbcfa6f95 Set bits_per_raw_sample in the pcm decoder. 15 years ago
Maxim Poliakovski 411e859bce Remove unused parameter. 15 years ago
Tomas Härdin c1bdc9300b avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer 15 years ago
Benoit Fouet bb5cfc48f1 Cosmetics: alignment and long line break. 15 years ago
Benoit Fouet 1f7d2f54c5 Cosmetics: use and place braces correctly in if ... else statements. 15 years ago
Benoit Fouet 639c697c4f Sanitize av_realloc() use in h264 mp4toannexb bistream filter. 15 years ago
Luca Abeni d5cc1ed723 Improve the mp4toannexb BSF to convert the extradata. 15 years ago
Reimar Döffinger 8764389d47 Fix vp3_draw_horiz_band to calculate chroma offsets correctly 15 years ago
Peter Ross a526d6197a Pictor/PC Paint decoder 15 years ago
Peter Ross b995a6a84f Add ff_ega_palette 15 years ago
Maxim Poliakovski 0933f55829 Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t. 15 years ago
Martin Storsjö 00ce2cbed5 libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold 15 years ago
James Zern 07777c2d5c libvpx: Don't use the VPX_KF_FIXED mode 15 years ago
Alex Converse bc330b5f15 Cosmetics: Fold constants and re-indent after last commit. 15 years ago
Alex Converse 712209d567 Base downsampled SBR synthesis filterbank on a single IMDCT. 15 years ago
Alex Converse 388c795531 10l: Fix types and now unused variables after last commit. 15 years ago
Alex Converse 932963b8e2 Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of the RDFT. 15 years ago
James Zern 082a0a33c4 Use new macro AV_BASE64_SIZE. 15 years ago
Vitor Sessak 525ac37fd2 Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable 15 years ago
Reimar Döffinger 8850c69dbe 10l, there is no aac.c any more, so no need for a dependency. 15 years ago
Stefano Sabatini d588e3f59b Add support to B4BY and R4BY NUT codec tags added in NUT r672. 15 years ago
Stefano Sabatini 2839c56ea6 Fix width computation for nv12/nv21 in ff_get_plane_bytewidth(). 15 years ago
Reimar Döffinger 44d4616efe aacdec also depends on cbrt_tables.h for hardcoded-tables. 15 years ago
Michael Niedermayer 63455b8c7e bgr/rgb444 for nut 15 years ago
Michael Niedermayer de51f22d85 fix rgb444 support in avi. 15 years ago
Rodney Baker 538c0e13c7 Improve grammar and readability 15 years ago
Alex Converse 614842a93d Cleanup apply_window_and_mdct(). 15 years ago
Alex Converse c909d48266 Whitespace cosmetics 15 years ago
Alex Converse 8e5998f0ab aac: Move an initialization macro used only by the decoder out of the header. 15 years ago
Alex Converse 77b8320a4d Rename aac.c to aacdec.c. 15 years ago
Alex Converse dd8871a63b aacdec: Rename avccontext to avctx. 15 years ago
Stefano Sabatini 0b99215c0e Move eval.c and eval.h from libavcodec to libavutil, and make the eval 15 years ago
Baptiste Coudurier 3511242d22 More mov rawvideo fourcc supported by the rawvideo decoder 15 years ago
James Zern 316d6c153c Add WebM muxer 15 years ago
David Conrad 57ebbccf9c libvorbis: Disable strict bitrate management when not requested 15 years ago
David Conrad ed638b5c4b libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of 15 years ago
David Conrad e5a5ea9e89 libvorbis: Hook up min/max bitrate 15 years ago
David Conrad 413abbe164 Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora 15 years ago
Howard Chu 784824a68c Use AV_BASE64_SIZE() macro 15 years ago