source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @309d8ec1   13 years michaelni pngenc: allocate packets that have some chance of being large enough. …
(edit) @393b81f0   13 years michaelni mxfdec: Only parse next partition pack if parsing forward This fixes …
(edit) @4ed47d33   13 years michaelni pngdec: dont discard incomplete images. Signed-off-by: Michael …
(edit) @eeb792d8   13 years michaelni pngdec: Print error messages for the various failure pathes. …
(edit) @9dd649c0   13 years Clément Bœsch flv: clarify use of video info/cmd frame. Also add generated key …
(edit) @30f2d97a   13 years michaelni zerocodec: Fix license ISC doesn't contain this line, so remove it to …
(edit) @41bd3519   13 years michaelni FATE: Add ZeroCodec test Signed-off-by: Derek Buitenhuis …
(edit) @e01f478d   13 years michaelni ffv1enc: Check context_model Fixes crash Found-by: durandal_1707 …
(edit) @479fb7b8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (35 …
(edit) @87c1783c   13 years michaelni snowenc: move runs from stack to heap. Fixes ticket1082 …
(edit) @fc8ed111   13 years michaelni avcodec_encode_audio2: Increase the audio buffer size. Fixes …
(edit) @2b07f57   13 years michaelni mp3_probe: consider id3 tags to be low scoring mp3. Signed-off-by: …
(edit) @e19ccc89   13 years stefasab lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified …
(edit) @18ba94c   13 years kostya.shishkov fix space type in Changelog
(edit) @0e714f88   13 years kostya.shishkov ZeroCodec Decoder An obscure Japanese lossless video codec, …
(edit) @11642cd1   13 years stefasab lavc/sunrastenc: consider cases with linesize < 0 Make …
(edit) @b8560637   13 years kostya.shishkov RealAudio Lossless decoder
(edit) @316e724f   13 years martin rtpenc: Use AVFormatContext.packet_size instead of a private option …
(edit) @01b0ade6   13 years martin url: Document the expected behaviour of url_read Signed-off-by: …
(edit) @57151f86   13 years martin libavformat: Use AVFormatContext.probesize in init_input This was …
(edit) @27b7459b   13 years martin docs: Fix a stray reference to tags in the generic doxy on dicts …
(edit) @f6451320   13 years michaelni gxf: return AVERROR_EOF instead of AVERROR(EIO) at end of gxf_packet …
(edit) @17934c18   13 years martin cosmetics: Align some AVInput/OutputFormat declarations Also add …
(edit) @78f2833f   13 years Carl Eugen Hoyos Tell users about supported audio samplerates in mmf.
(edit) @0d293880   13 years Carl Eugen Hoyos Match documentation for transparency in BGR32 iff images.
(edit) @bb39bd19   13 years kostya.shishkov zmbv: check decompress result Changing flush type from Z_FINISH is …
(edit) @afc2263b   13 years kostya.shishkov zmbv: correct indentation
(edit) @e8f2c0ca   13 years michaelni h264: print the pps_id when its invalid. Signed-off-by: Michael …
(edit) @6cabb679   13 years michaelni ZeroCodec Decoder An obscure Japanese lossless video codec, …
(edit) @bae053fc   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @1744ab9e   13 years rsbultje adpcm: convert adpcm_thp to bytestream2.
(edit) @72eda778   13 years rsbultje adpcm: convert adpcm_yamaha to bytestream2.
(edit) @f184735a   13 years rsbultje adpcm: convert adpcm_swf to bytestream2.
(edit) @8afe2f90   13 years rsbultje adpcm: convert adpcm_sbpro to bytestream2.
(edit) @834c81f4   13 years rsbultje adpcm: convert adpcm_ct to bytestream2.
(edit) @b3084e29   13 years rsbultje adpcm: convert adpcm_ima_amv/smjpeg to bytestream2.
(edit) @22c48d39   13 years rsbultje adpcm: convert adpcm_ea_xas to bytestream2.
(edit) @edd95555   13 years rsbultje adpcm: convert adpcm_ea_r1/2/3 to bytestream2.
(edit) @e60d0991   13 years rsbultje adpcm: convert ea_maxis_xa to bytestream2.
(edit) @4a876eb   13 years rsbultje adpcm: convert adpcm_ea to bytestream2.
(edit) @524af484   13 years rsbultje adpcm convert adpcm_ima_ea_sead to bytestream2.
(edit) @8f2ed092   13 years rsbultje adpcm: convert adpcm_ima_ea_eacs to bytestream2.
(edit) @159831cc   13 years rsbultje adpcm: convert adpcm_xa to bytestream2.
(edit) @16b7a5e2   13 years rsbultje adpcm: convert ima_ws to bytestream2.
(edit) @74d7ac95   13 years rsbultje adpcm: convert adpcm_ima_apc to bytestream2.
(edit) @9721901   13 years rsbultje adpcm: convert adpcm_ima_iss to bytestream2.
(edit) @1da95870   13 years rsbultje adpcm: convert adpcm_dk3 to bytestream2.
(edit) @d570a968   13 years rsbultje adpcm: convert adpcm_dk4 to bytestream2.
(edit) @5353ee3c   13 years rsbultje adpcm: convert adpcm_ms to bytestream2.
(edit) @89f3aa8c   13 years rsbultje adpcm: use av_clip() in adpcm_ima_expand_nibble().
(edit) @689be85a   13 years rsbultje adpcm: convert adpcm_4xm to bytestream2.
(edit) @39505f42   13 years rsbultje adpcm: convert adpcm_ima_wav to bytestream2.
(edit) @9604307d   13 years rsbultje adpcm: convert adpcm_ima_qt to bytestream2.
(edit) @c346f630   13 years rsbultje adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.
(edit) @72ec043a   13 years rsbultje oma: Fix out of array read. Input: 01-Untitled-partial.oma ZZUF …
(edit) @7f4c5ab8   13 years michaelni build_sys: zmbv test depends on zlib Signed-off-by: Michael …
(edit) @1939e827   13 years michaelni build_sys: zlib_test depends on zlib Signed-off-by: Michael …
(edit) @7a210206   13 years michaelni build_sys: mpng_test depends on zlib Signed-off-by: Michael …
(edit) @825936b7   13 years michaelni build_sys: flashsv2_test depends on zlib Signed-off-by: Michael …
(edit) @395894fc   13 years michaelni build_sys: Add dependencies for pp testing. Should fix mp=pp test …
(edit) @d19d52d4   13 years stefasab lavfi/movie: add loop parameter Signed-off-by: William Yu …
(edit) @0ca15aa0   13 years stefasab lavc/jpeglsenc: fix allocation in case of negative linesize, and add …
(edit) @a41340f8   13 years michaelni pgmyuvenc: abort encoding if width is not even Signed-off-by: Paul B …
(edit) @eb74e9ea   13 years michaelni mxfdec: Let pkt->pts = mxf->current_edit_unit if intra-only We can't …
(edit) @a56fba50   13 years mans fate: make compare() function compatible with POSIX bc Signed-off-by: …
(edit) @f36d5c14   13 years diego Update Janne's email address.
(edit) @343bfdd   13 years diego APIchanges: Replace Subversion revision numbers by Git hashes.
(edit) @f03183d9   13 years diego bytestream: Eliminate one level of pointless macro indirection.
(edit) @abe3c697   13 years rsbultje xwd: convert to bytestream2.
(edit) @5a3a906b   13 years rsbultje vqavideo: port to bytestream2 API Protects against overreads. …
(edit) @572c0ddc   13 years michaelni indeo4: Skip null frames. Fixes crashes from Ticket845 …
(edit) @7594ee2e   13 years michaelni jpg: fix colors for sequential RGB Fixes Ticket850 Signed-off-by: …
(edit) @0f6f5e6f   13 years michaelni vorbisenc: set quality to a reasonable default. Fixed Ticket847 …
(edit) @fdffaa6b   13 years stefasab lavfi/scale: document behavior with regards to the output sample …
(edit) @050dc127   13 years siretart Read preset files with suffix .avpreset The preset files have been …
(edit) @6acac061   13 years kostya.shishkov prores: allow user to set fixed quantiser
(edit) @2560d3b6   13 years michaelni dv: Fix streamcopy input. Fixes Ticket1042 Signed-off-by: Michael …
(edit) @50d67d95   13 years michaelni x11grab: fix compilation Found-by: ubitux Signed-off-by: Michael …
(edit) @79a19f6e   13 years michaelni pthread: Fix mixing of declarations and statements. Signed-off-by: …
(edit) @967bdb85   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @8bc5d90a   13 years anton lavf: remove some disabled code.
(edit) @f35f8eeb   13 years anton lavf: only set average frame rate for video.
(edit) @9ade26ee   13 years anton lavf: remove a pointless check. Timebase is already checked in …
(edit) @219a6fb6   13 years michaelni dsp: fix diff_bytes_mmx() with small width Fixes Ticket1068 …
(edit) @0afd8f12   13 years justin.ruggles avcodec: add XBM encoder Signed-off-by: Paul B Mahol …
(edit) @6ca3b248   13 years justin.ruggles resample: allocate a large enough output buffer Fixes invalid writes …
(edit) @b1740cb   13 years mans fate: fix enc_dec_pcm tests with remote target Signed-off-by: Mans …
(edit) @69174fa   13 years nicolas.george vf_thumbnail: forward request_frame at least once. The current …
(edit) @c3da9f50   13 years justin.ruggles wmaenc: remove bit-exact hack It may have improved cross-platform …
(edit) @85cf49fa   13 years justin.ruggles FATE: remove WMA acodec tests
(edit) @3a1e453   13 years justin.ruggles FATE: add WMAv1 and WMAv2 encode/decode tests with fuzzy comparison
(edit) @a4cf4ef2   13 years justin.ruggles FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison
(edit) @463705bd   13 years nicolas.george udp: fix non-blocking and interrupt handling. In non-blocking mode, …
(edit) @d9f26a0d   13 years stefasab lavfi/crop: show input and output sample aspect ratio in the log
(edit) @e55ecbc9   13 years nicolas.george url: document url_read exact behaviour.
(edit) @0ac38ded   13 years stefasab lavfi/allfilters: fix weird vertical align
(edit) @3225bc37   13 years stefasab lavfi: add bbox filter Also add bbox.h and bbox.c files, based on the …
(edit) @32a5775a   13 years michaelni pcm: leave sample format conversion to libswresample Signed-off-by: …
(edit) @8a91da95   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @4c1da0d1   13 years michaelni ffmpeg: allow selective and complete disabling of map_metadata. …
Note: See TracRevisionLog for help on using the revision log.