source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4172951b   14 years Reimar.Doeffinger Return an error when get_buffer reads none or only partial data …
(edit) @3c3ef81b   14 years Reimar.Doeffinger Ensure that packets returned from ASF demuxer are properly 0-padded. …
(edit) @b72daad0   14 years Reimar.Doeffinger Remove hack in MP3 probe that was meant as a work-around for large …
(edit) @fe858d7b   14 years stefano.sabatini-lala Define PODPAGES in Makefile, and make them depend on …
(edit) @5d7870d   14 years justin.ruggles Show per-codec options on FFmpeg commandline help. Originally …
(edit) @a152c77f   14 years wyskas id3v2: skip data length indicator Originally committed as revision …
(edit) @ded38a9b   14 years wyskas add my GPG fingerprint Originally committed as revision 25925 to …
(edit) @d22e9795   14 years stefano.sabatini-lala Fix typo. Originally committed as revision 25924 to …
(edit) @c61cdd0a   14 years stefano.sabatini-lala Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from …
(edit) @6d34323e   14 years stefano.sabatini-lala Make avpicture_alloc() return meaningful values. Originally committed …
(edit) @0141163d   14 years stefano.sabatini-lala Reindent. Originally committed as revision 25921 to …
(edit) @e74929e8   14 years stefano.sabatini-lala Use av_image_alloc() in avpicture_alloc(), simplify. Originally …
(edit) @614e139a   14 years kostya.shishkov Don't try to demux WavPack files with >2 channels until we can support …
(edit) @a854bcdb   14 years ramiro.polla fix building test programs with gnu make 3.82 Test programs may be …
(edit) @b494baf0   14 years ramiro.polla colorspace-test: fix build rgb32tobgr32() has been removed in favour …
(edit) @e3c011c8   14 years ramiro.polla fix building of cpu-test by including required header Originally …
(edit) @a4151444   14 years justin.ruggles Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. Patch by …
(edit) @60a6849   14 years justin.ruggles Simplify the FLAC decoder now that it no longer has to parse arbitrary …
(edit) @475ae04a   14 years justin.ruggles Add a FLAC parser. Seek test reference updated because FLAC seeking …
(edit) @ed4e1e58   14 years justin.ruggles cosmetics: line wrap after last commit Originally committed as …
(edit) @3c79569   14 years justin.ruggles Add log_level_offset parameter to ff_flac_decode_frame_header(). It …
(edit) @71b6fc21   14 years justin.ruggles Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them …
(edit) @7f4e4321   14 years justin.ruggles Check validity of the frame sync code in …
(edit) @625daac4   14 years justin.ruggles Move decode_frame_header() from flacdec.c to flac.c/h to share with …
(edit) @86b6e387   14 years martin rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is …
(edit) @bb776f3b   14 years martin rtsp: Parse RealRTSP sample rate declarations from the SDP The RTP …
(edit) @2eeefe20   14 years martin rtpdec: Handle MP3 in RealRTSP This fixes playback of a RealRTSP/MP3 …
(edit) @4d1156cb   14 years ramiro.polla Fix building of object files in tools/ Fixes issue issue2408. …
(edit) @3cf8db9   14 years darkshikari Add fullrange support to libx264.c x264 interface Originally …
(edit) @407d3d5a   14 years wyskas id3v2: skip encrypted/compressed frames Originally committed as …
(edit) @7a07d158   14 years wyskas id3v2: use a named constant instead of 0x02 Originally committed as …
(edit) @c6f1e29a   14 years baptiste.coudurier In mov demuxer, read alac sample from extradata, fix #2406 Originally …
(edit) @c3d07c17   14 years stefano.sabatini-lala Deprecate the use of the NO_COLOR environment variable. Originally …
(edit) @3011ecde   14 years stefano.sabatini-lala Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of …
(edit) @efd63823   14 years justin.ruggles alsdec: Correct the ALS decoder by storing some parameters per-channel …
(edit) @86042de   14 years martin rtpdec_h264: Pass NAL type 0 through According to the spec, this type …
(edit) @4838cdab   14 years martin rtpdec: Skip padding bytes at the end of packets Originally committed …
(edit) @90f1f3bf   14 years baptiste.coudurier In yadif filter, declare asm constants directly to avoid dependency on …
(edit) @28b4eb95   14 years martin rtpdec_qcelp: Use the depacketizer for static payload types, too …
(edit) @6a7e31a9   14 years martin rtsp: Look for RTP payload handlers for static payload types, too …
(edit) @003eb642   14 years martin rtsp: Factorize code for initializing the rtp payload handler …
(edit) @1e515c42   14 years martin rtpdec: Add functions for finding depacketizers by name or payload id …
(edit) @2beb910d   14 years martin rtpdec: Allow dynamic payload handlers to handle static payload types, …
(edit) @35014efc   14 years martin rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC …
(edit) @12998340   14 years Carl Eugen Hoyos Allow to force colored output. Patch by Etienne Buira, etienne d …
(edit) @35b01694   14 years martin RTP/VP8: Update the warning about the VP8 payload The current …
(edit) @16cfc96   14 years stefano.sabatini-lala Add CODEC_CAP_NEG_LINESIZES. Originally committed as revision 25886 …
(edit) @d4a9f379   14 years Aurélien Jacobs cosmetic: indentation Originally committed as revision 25885 to …
(edit) @118ccae0   14 years Aurélien Jacobs add subtitle codec autodetection Originally committed as revision …
(edit) @1c3b408f   14 years stefano.sabatini-lala Add forgotten deprecation to avcodec_pix_fmt_string(). Originally …
(edit) @ab79ee12   14 years stefano.sabatini-lala Cosmetics: add empty line which was previously removed. Improve …
(edit) @9e95999e   14 years baptiste.coudurier 10l, add ff_pw_1 to dsputil_mmx for yadif sse2 Originally committed …
(edit) @a4dc7aa5   14 years stefano.sabatini-lala Port libmpcodecs hqdn3d filter. Patch by Baptiste with some fixes by …
(edit) @bb4afa13   14 years stefano.sabatini-lala Deprecate avcodec_pix_fmt_string() in favor of …
(edit) @4da12e3b   14 years stefano.sabatini-lala Implement av_image_alloc() and use it in …
(edit) @bf799f68   14 years baptiste.coudurier Declare sse2 and ssse2 function in yadif header Originally committed …
(edit) @e75229fa   14 years michaelni Try to improve reordered_opaque doxy. Originally committed as …
(edit) @df59c9c0   14 years michaelni Detect incorrect padding with wrong stuffing codes used by NEC N-02B. …
(edit) @1ef64490   14 years baptiste.coudurier yadif sse2/ssse3 optimizations Originally committed as revision 25874 …
(edit) @23b8342a   14 years uhmmmm Count non-header data towards intra block bit count in MJPEG encoder …
(edit) @372c3f82   14 years michaelni Change the argument of memory allocation functions from unsigned int …
(edit) @b47541c7   14 years michaelni Change the argument of memory allocation functions from unsigned int …
(edit) @5bdbf64   14 years Aurélien Jacobs set default subtitle_codec for ass muxer Originally committed as …
(edit) @908dc2a0   14 years Aurélien Jacobs cosmetic: alignment Originally committed as revision 25869 to …
(edit) @87d69d3   14 years Aurélien Jacobs use designated initializer in ASS (de)muxer Originally committed as …
(edit) @6fbd85ed   14 years Aurélien Jacobs add myself as maintainer for ASS and SRT Originally committed as …
(edit) @c6fe83a3   14 years martin g722: Add a trellis encoder The structure is largely based on the …
(edit) @699b317f   14 years martin Add myself as maintainer for g722.c Originally committed as revision …
(edit) @66be80d6   14 years tomas.hardin mpegtsenc: Improve PCR generation and output This fixes PCR drift due …
(edit) @77b7c334   14 years stefan.gehrer skip top-level objects to search for the simple index in ASF files …
(edit) @037be76e   14 years stefano.sabatini-lala Add avfilter_graph_create_filter(). Originally committed as revision …
(edit) @9398024   14 years stefano.sabatini-lala Add missing overflow checks in av_image_fill_pointers() and …
(edit) @3694ac24   14 years wyskas mpc: read id3v1 tags. Originally committed as revision 25860 to …
(edit) @1761272b   14 years Carl Eugen Hoyos Use SECTION .text for yasm code. Patch by avcoder, ffmpeg gmail …
(edit) @cfff297d   14 years martin adpcm: Skip samples whose ssd calculation has wrapped around …
(edit) @a42bb9d6   14 years stefano.sabatini-lala Add missing dependencies for frei0r_src in configure. Originally …
(edit) @f51aeedd   14 years stefano.sabatini-lala Extend the frei0r filter syntax. Make it accept the …
(edit) @f8608dca   14 years stefano.sabatini-lala Implement frei0r source. Originally committed as revision 25855 to …
(edit) @60445a09   14 years stefano.sabatini-lala Remove @anchor{} commands from the POD output. This allows to use the …
(edit) @3d305fd0   14 years Carl Eugen Hoyos Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422). Patch by Andrew …
(edit) @365d8e47   14 years Reimar.Doeffinger Ensure that data_offset is set correctly when there are partial data …
(edit) @82f19afe   14 years wyskas Partially revert "Simplify code by using av_metadata_set2()." This …
(edit) @4da71f18   14 years martin rtpdec: Remove useless NULL initializations when using designated …
(edit) @fe70a95e   14 years martin rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated …
(edit) @ad556add   14 years Carl Eugen Hoyos Fix h264-conformance-frext-frext_mmco4_sony_b conformance test. This …
(edit) @74f72620   14 years baptiste.coudurier In ts demuxer, if pes packet size is < ts packet, honor pes packet and …
(edit) @79561f0e   14 years baptiste.coudurier Update fate h264 test due to r25824, this file has 2 frames delay …
(edit) @0b6a7ff4   14 years martin rtsp: Do a forgotten reindenting Originally committed as revision …
(edit) @3fa77bde   14 years stefano.sabatini-lala In libavfilter, use consistently "Copyright (c)" in the license …
(edit) @e8ffb2fa   14 years pross Add G.722 to RIFF codec list Originally committed as revision 25837 …
(edit) @2400730f   14 years Carl Eugen Hoyos Increase avformat micro version, forgotten in r25834. Originally …
(edit) @25a08596   14 years Carl Eugen Hoyos Add copyright notices for the E-AC3 and TrueHD parts of the muxer. …
(edit) @323e3f8b   14 years Carl Eugen Hoyos IEC 61937 encapsulation of TrueHD for HDMI passthrough. This works at …
(edit) @fe9d2edb   14 years Reimar.Doeffinger DV: use data_offset to fix seeking in badly cut files where the first …
(edit) @4ab4d65f   14 years Aurélien Jacobs ensure the ASS string in AVSubtitleRect is 0 terminated Originally …
(edit) @9d09ebf1   14 years Carl Eugen Hoyos Mobotix .mxg demuxer Patch by Anatoly Nenashev, anatoly d nenashev a …
(edit) @d6adf44b   14 years stefano.sabatini-lala Fix date in last APIchanges entry. Originally committed as revision …
(edit) @2467997c   14 years stefano.sabatini-lala Fix crash in uninit. Originally committed as revision 25829 to …
(edit) @9b195435   14 years stefano.sabatini-lala Fix timestamp scaling in the overlay filter. Compute the outpicref …
(edit) @d38c340f   14 years stefano.sabatini-lala Implement avfilter_get_video_buffer_ref_from_arrays(). Originally …
Note: See TracRevisionLog for help on using the revision log.