source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2722c3a3   15 years Carl Eugen Hoyos Fix H.264 picture reordering, 2nd try. First, reverted one was r19239. …
(edit) @ce9dd8f5   15 years vitor1001 Make documentation better match the code. Now …
(edit) @7995ed8e   15 years rsbultje Add support for "chunked" data blocks. Patch by Peter Holik (peter …
(edit) @74a3059   15 years kostya.shishkov Edge emulation should be used in B-frame MC in mspel mode with mv_x < …
(edit) @1a40491e   16 years diego Add ff_ prefixes to exported symbols in libavformat/riff.h. patch by …
(edit) @2795e35   16 years stefano.sabatini-lala Consistently rename variables denoting regression reference file(s) …
(edit) @1c2744d1   16 years stefano.sabatini-lala Export av_strtod() to eval.h. Originally committed as revision 19252 …
(edit) @b394438e   16 years rsbultje Document making AVFormatContext.packet_size unsigned API change. …
(edit) @92400be2   16 years rsbultje Change packet_size from signed to unsigned, since it never has a …
(edit) @e877eaac   16 years stefano.sabatini-lala Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name …
(edit) @87b4dd3b   16 years justin.ruggles oggenc: Change error log text. An error here does not necessarily mean …
(edit) @3f2eadf4   16 years justin.ruggles oggenc: return error value from ogg_build_flac_headers() Originally …
(edit) @4315aa8b   16 years justin.ruggles cosmetics: spacing and comments Originally committed as revision …
(edit) @e9a32230   16 years justin.ruggles oggenc: check for failed av_mallocz() Originally committed as …
(edit) @b27758bc   16 years baptiste.coudurier Fetch timestamp for the first frame of field only if frame_offset and …
(edit) @f356fc57   16 years baptiste.coudurier clarify encoder and decoder opening error messages Originally …
(edit) @a481293f   16 years Carl Eugen Hoyos Revert unintended hunk of r19241. Originally committed as revision …
(edit) @df028e8c   16 years Carl Eugen Hoyos Revert r19239: It broke four conformance tests. Originally committed …
(edit) @630c97ff   16 years voroshil Convertion of LSF values to coefficients of linear prediction filter …
(edit) @6ee0eb38   16 years Carl Eugen Hoyos Fix H.264 picture reordering. Patch by Haruhiko Yamagata, h D …
(edit) @1efe9fd5   16 years Carl Eugen Hoyos Fix indentation after last commit. Originally committed as revision …
(edit) @d8b2d834   16 years Carl Eugen Hoyos Fix yamaha adpcm stereo (issue 1117). Patch by Yoshihisa Uchida, …
(edit) @3f3f3ba7   16 years Carl Eugen Hoyos Fix onMetaData property count in flv files (issue 1206). Patch by …
(edit) @4c7615c4   16 years saschasommer Make remaining run level decode comments doxygen comments Originally …
(edit) @4df8bdee   16 years saschasommer Simplify run level decoding: - remove unneeded vlc code < 0 check - …
(edit) @4d67e067   16 years saschasommer Fix indentation after the previous commit Originally committed as …
(edit) @891bd2e5   16 years saschasommer Add support for escape coded wmapro run level coefficients Originally …
(edit) @9970c61b   16 years saschasommer Introduce WMACoef typedef for decoded coefficients and change default …
(edit) @9ed3afcb   16 years jmenon86 Print meaningful error messages when url_fopen fails. Originally …
(edit) @896f2b32   16 years baptiste.coudurier add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot …
(edit) @8a4ea200   16 years baptiste.coudurier fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian …
(edit) @28c9f069   16 years diego Disable network support if required headers cannot be found. patch by …
(edit) @352666c1   16 years diego Support varying frame sizes in a single file. patch by Eric Buehl, …
(edit) @d52b90bd   16 years robert.swain Add support for id3 tag parsing for ADTS AAC streams Patch by Patrick …
(edit) @50fcd5b   16 years diego Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. patch by …
(edit) @2a04d6e7   16 years Reimar.Doeffinger Add support for muxing XSUB subtitles to AVI muxer. Originally …
(edit) @a4276ba2   16 years Reimar.Doeffinger Add support for encoding XSUB subtitles. Muxing support is still …
(edit) @4bbe788a   16 years Reimar.Doeffinger Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB …
(edit) @97668ac7   16 years stefano.sabatini-lala Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref, …
(edit) @bc7ea1e5   16 years darkshikari Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a …
(edit) @17dbe25   16 years voroshil G.729 decoding routine (skeleton, including parameters decoding). …
(edit) @71ee6515   16 years michaelni Print why av_find_stream_info() failed, this is a rather common …
(edit) @2da4e5e3   16 years mans ARM: slightly faster NEON H264 horizontal loop filter Originally …
(edit) @f4ca612f   16 years rsbultje Set restrictions on packet_size, as per ISO-11172 / H-222 …
(edit) @fa8c408b   16 years vitor1001 Do not call rgb2rgbWrapper() for rgb48*, there is no special …
(edit) @61ac77f1   16 years benoit.fouet Remove a test on an always false condition. Originally committed as …
(edit) @351653a5   16 years darkshikari VC-1/WMV: Remove redundant ff_init_block_index() calls. These are only …
(edit) @0b389aee   16 years astrange Add '.mp1' for MP1 audio in MOV/CAF. Tested with streamcopy of …
(edit) @b46f18e5   16 years darkshikari Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV …
(edit) @e1d8d7bb   16 years stefano.sabatini-lala Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about …
(edit) @4c97a6fa   16 years stefano.sabatini-lala Move opt_loglevel() from ffmpeg.c to cmdutils.c. Originally committed …
(edit) @77ddf4df   16 years stefano.sabatini-lala Make ffmpeg able to set the loglevel option using strings …
(edit) @d2d5e067   16 years astrange H.264: Fix memory leaks with multithreading. The threads' contexts …
(edit) @73b02e24   16 years darkshikari SSE version of clear_blocks Originally committed as revision 19206 to …
(edit) @010f98f9   16 years darkshikari VC-1/WMV3 decoding: don't clear blocks unless they're actually used. …
(edit) @4f717c69   16 years darkshikari idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. Includes …
(edit) @41faa87   16 years darkshikari Fix typo in vc1.c, make capitalization in warning/error messages more …
(edit) @0c3b2d65   16 years mans Add "config" make target to rerun configure with old options …
(edit) @b04251c5   16 years mans configure: properly quote configure options stored in config.* …
(edit) @7cc8d616   16 years heydowns Fix unaligned accesses by doing bytewise access until aligned, then …
(edit) @d9982edf   16 years diego The AAC demuxer now depends on id3v1.o. patch by Patrick Dehne, …
(edit) @53e099de   16 years baptiste.coudurier check atom size against edit_count to avoid very long loop Originally …
(edit) @7060667   16 years baptiste.coudurier fix probing and demuxing of pond.dv, issue #887 Originally committed …
(edit) @d310d56a   16 years baptiste.coudurier do not use av_parser_change for h264 which uses bitstream filter, fix …
(edit) @a4ddf509   16 years mans regtest: print commands also for image format tests Originally …
(edit) @50f3fabc   16 years mans Print error message when output buffer allocation fails Originally …
(edit) @2c608fed   16 years baptiste.coudurier print error when dv frame profile cannot be found Originally …
(edit) @d509c743   16 years baptiste.coudurier check if frame size matches old sys and assumes corrupted input, fixes …
(edit) @90b4f091   16 years diego Merge FreeBSD and DragonFlyBSD OS detection sections. Apparently …
(edit) @d6dcfc7f   16 years diego Add DragonFlyBSD to the list of supported OSes. patch by Adam Hoka, …
(edit) @7d582280   16 years pross Initialise MAD decode_block_intra() loop iterator to zero. Originally …
(edit) @94994d8d   16 years voroshil G.729 decoder initialization routine (skeleton) Originally committed …
(edit) @730c1e4a   16 years voroshil Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, …
(edit) @d7bb185   16 years justin.ruggles Add a VorbisComment metadata conversion table and use it in the FLAC …
(edit) @7ca12959   16 years justin.ruggles Do not guess the channel layout when getting its string value. …
(edit) @4f909c76   16 years Aurélien Jacobs matroskadec: prepend TargetType to metadata key name Originally …
(edit) @0fb6a8b3   16 years justin.ruggles Remove the 3-front-channel layout from the list of channel layout …
(edit) @0d5390b0   16 years kostya.shishkov Correct reading bits in MPC SV8 base codes (when we have to read 0 or …
(edit) @8c1ff0ab   16 years kostya.shishkov Allocate a bit more memory for MPC SV8 seek table, so bitreader won't …
(edit) @67fe5089   16 years darkshikari Analysis of logs show that there are in fact some files with m1v1 too …
(edit) @eacfe858   16 years pross Electronic Arts demuxer: support Madcow video tag Originally …
(edit) @c63ea92b   16 years pross Electronic Arts Madcow decoder Originally committed as revision 19178 …
(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 …
Note: See TracRevisionLog for help on using the revision log.