source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @86b61d42   16 years lessen42 Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead …
(edit) @761cb871   16 years darkshikari Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a …
(edit) @d4eeef0c   16 years alex.converse Cosmetics: Re-indent after last commit Originally committed as …
(edit) @85e9296f   16 years alex.converse Move TNS and swb_offset tables from aacdectab.h to aactab.c so that …
(edit) @70f99f8d   16 years alex.converse Do not include libavcodec/internal.h in the ADTS muxer. Originally …
(edit) @fc3fc029   16 years darkshikari Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. …
(edit) @c0e9b2e8   16 years saschasommer Move run level decode functionality to ff_wma_run_level_decode so that …
(edit) @e8c7f81c   16 years saschasommer cosmetics: Add brackets between if/else Originally committed as …
(edit) @523c09ca   16 years saschasommer Add additional sample rates to the frame len bits calculation code …
(edit) @eff9011d   16 years saschasommer Fix placment of the DPCM Xan comment Originally committed as revision …
(edit) @cee4bb89   16 years saschasommer Move frame len bits calculation to ff_wma_get_frame_len_bits so that …
(edit) @8e6e9ba   16 years jmenon86 Associate the 0x6c75 TwoCC used in certain Kodak cameras to the PCM …
(edit) @ae1374ce   16 years diego cosmetics: Prettyprint and reformat wma.c closer to K&R style. …
(edit) @761c8c92   16 years baptiste.coudurier Fail and print correct error message when video stream pixel format is …
(edit) @94d3d6a4   16 years diego DPX (Digital Picture Exchange) image decoder patch by Jimmy …
(edit) @34edd994   16 years lessen42 Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4 …
(edit) @14ed2d99   16 years darkshikari Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files. …
(edit) @d468ff0f   16 years heydowns Fix cast of byte buffer to uint32 that was disregarding alignment …
(edit) @be43ae66   16 years darkshikari Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV …
(edit) @1d4b1bf   16 years diego cosmetics: Prettyprint one more line to have columns line up. …
(edit) @477ffff2   16 years diego The internal header libavutil/internal.h should not be used outside …
(edit) @fdf70cc5   16 years ramiro.polla Kill warnings of possibly unused variables by using av_unused. …
(edit) @7d7b8c32   16 years diego cosmetics: Reformat to K&R and prettyprint newly created files. …
(edit) @75411182   16 years diego Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. patch by …
(edit) @dc822901   16 years diego Fix compilation: #undef standard library functions that are forbidden …
(edit) @02163b79   16 years diego Add libavutil/internal.h #include, required for the DECLARE_ALIGNED …
(edit) @0ef37cd   16 years diego cosmetics: Reformat file to K&R style upon Kostya's request. …
(edit) @23381682   16 years diego 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1. Even …
(edit) @b761659b   16 years diego Split decoder-specific code off from vc1.c into vc1dec.c and keep code …
(edit) @844d17fb   16 years baptiste.coudurier Add const in cast. Removes warning: libavcodec/resample.c:215: …
(edit) @89bc05d1   16 years baptiste.coudurier give s->resample_context to avoid segfault, avclass was moved …
(edit) @77fc598d   16 years lessen42 Disable native Vorbis encoder; quality is much worse than libvorbis …
(edit) @bbe46bc4   16 years baptiste.coudurier Remove time_rate, we cannot compute exactly when fragments are used …
(edit) @818062f2   16 years baptiste.coudurier if b frames are parsed, set codec->has_b_frames Originally committed …
(edit) @aa9b754   16 years baptiste.coudurier Remove even condition on pad and crop. Odd padding or cropping is …
(edit) @17492d5e   16 years diego Add code to enable and disable all VAAPI and VDPAU parts. As a …
(edit) @9da11158   16 years diego Remove Mans as MPEG-TS maintainer, he never intended to maintain …
(edit) @ec606b3   16 years lu_zero Support seeking as defined by the rfc a PLAY with Range alone while …
(edit) @4db819bc   16 years lu_zero Make sure buffer end remains constant within the loop otherwise …
(edit) @b19d493   16 years Carl Eugen Hoyos Add field prev_interlaced_frame to H264Context to be able to flag soft …
(edit) @277a28e8   16 years rsbultje Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] …
(edit) @28b80940   16 years diego Express the H.264 parser dependency on the golomb code in configure …
(edit) @ef434a4b   16 years diego Add missing dependencies for H.264 and VC-1 parsers. Originally …
(edit) @3dfadf7b   16 years jmenon86 Add additional dependencies for sdp and rtsp demuxers. This fixes …
(edit) @747069e2   16 years lucabe72 Properly initialize AVFrames to default values in the MPEG decoder …
(edit) @9d58d471   16 years diego cosmetics: Add missing ending backslash to installed header list. …
(edit) @f1b99cc6   16 years michaelni Clarify (re)get_buffer() and CODEC_CAP_DR1 relation. Originally …
(edit) @1e15e536   16 years diego Remove comments that refer to fixed-point AMR implementations. …
(edit) @ae8d21fb   16 years baptiste.coudurier clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen …
(edit) @d4a92556   16 years voroshil K&R formatting of already submitted G.729 code Originally committed …
(edit) @a52dc730   16 years jmenon86 Cosmetics : Use dprintf instead of printf. Patch by Peter Holik < …
(edit) @2b01a520   16 years jmenon86 Cosmetics : Fix indentation after last commit. Originally committed …
(edit) @682d49f4   16 years jmenon86 Introduce http_get_line and modify http_connect to use http_get_line. …
(edit) @3bbc4610   16 years voroshil Convert structure names to FFmpeg style Originally committed as …
(edit) @532ec283   16 years stefano.sabatini-lala Remove '\p' doxygen markup, as it should improve plain text doxy …
(edit) @bf7e799c   16 years stefano.sabatini-lala Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should …
(edit) @10ae4bb4   16 years kostya.shishkov Get new buffer during frame decoding in VB video decoder, not only …
(edit) @e72c65f5   16 years voroshil Internal routine should not use name of standard function. Use …
(edit) @12d7c07   16 years lessen42 Ensure that the extradata buffer is padded appripriately in the ogg …
(edit) @8dbd0a95   16 years voroshil Remove ff_g729_ and g729_ prefixes from static routines. Originally …
(edit) @0b175caa   16 years diego Add support for external OpenCORE libraries for AMR-NB/WB support. …
(edit) @9cad0e4e   16 years diego Add configure option to upgrade (L)GPL to version 3. Originally …
(edit) @4656c375   16 years diego Move around one paragraph, add headings for greater clarity. …
(edit) @ecc1330a   16 years diego Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> …
(edit) @f3908a82   16 years baptiste.coudurier vmware video decoder uses reget_buffer, set CODEC_CAP_DR1 Originally …
(edit) @6d3530ce   16 years baptiste.coudurier zmbv decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @35b2c657   16 years baptiste.coudurier vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set …
(edit) @c0bd35c7   16 years baptiste.coudurier renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1 …
(edit) @fa27733   16 years baptiste.coudurier tmv decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @a08e67e7   16 years baptiste.coudurier tiff image decoder uses get_buffer, set CODEC_CAP_DR1 Originally …
(edit) @7f57905d   16 years baptiste.coudurier vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1 Originally …
(edit) @89978e35   16 years baptiste.coudurier targa image decoder uses get_buffer, set CODEC_CAP_DR1 Originally …
(edit) @da04a148   16 years baptiste.coudurier sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1 …
(edit) @2b2b7f41   16 years baptiste.coudurier snow decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @d65c1fe   16 years baptiste.coudurier smacker video decoder uses reget_buffer, set CODEC_CAP_DR1 Originally …
(edit) @c7af8b4   16 years baptiste.coudurier kmvc decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @80e8e25e   16 years baptiste.coudurier ptx image decoder uses get_buffer, set CODEC_CAP_DR1 Originally …
(edit) @f4499c95   16 years baptiste.coudurier libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1 Originally …
(edit) @d0a79367   16 years baptiste.coudurier png decoder use get_buffer, set CODEC_CAP_DR1 Originally committed as …
(edit) @f1cdd863   16 years baptiste.coudurier pcx decoder use get_buffer, set CODEC_CAP_DR1 Originally committed as …
(edit) @5f27348b   16 years baptiste.coudurier pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set …
(edit) @0cf0c5bf   16 years baptiste.coudurier dxa decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @1ea9dbbb   16 years baptiste.coudurier bfi decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @4a890728   16 years baptiste.coudurier bmp decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @94c014c4   16 years baptiste.coudurier amv decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @be7e7932   16 years baptiste.coudurier bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1 Originally …
(edit) @53e67085   16 years baptiste.coudurier 4xm decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @7bbf3f2   16 years baptiste.coudurier indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 Originally …
(edit) @74a841af   16 years ramiro.polla Replace more uses of attribute((aligned)) by DECLARE_ALIGNED. …
(edit) @c0cf20a2   16 years ramiro.polla Use DECLARE_ALIGNED macro instead of attribute((aligned)) for ppc …
(edit) @934626a   16 years ramiro.polla Replace more uses of attribute((aligned)) by DECLARE_ALIGNED. …
(edit) @92db6235   16 years ramiro.polla Use DECLARE_ALIGNED macro instead of gcc attribute. Patch by Pavel …
(edit) @51222d10   16 years diego cosmetics: K&R style reformatting Originally committed as revision …
(edit) @0e848977   16 years kostya.shishkov Move function for reading whole specified amount of data from RTSP …
(edit) @989b7181   16 years ramiro.polla Use fewer macros in x86-optimized mlpdsp. Fixes compilation on 32-bit …
(edit) @007c47e8   16 years alex.converse Add the .adts file extension to the ADTS muxer. Originally committed …
(edit) @2815511   16 years baptiste.coudurier broken stsd length might be < 16, fix elst-assert.mp4 Originally …
(edit) @502d6c0a   16 years baptiste.coudurier Change find_tag return type to int64_t, fix a bug where size is …
(edit) @f4ebb334   16 years michaelni Fix sei_ct_type check so it does not mistreat ct_type= unknown. …
(edit) @4d95ae18   16 years michaelni Print ct_type and pic_struct. Originally committed as revision 19081 …
Note: See TracRevisionLog for help on using the revision log.