source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @624c413   13 years Clément Bœsch examples: add -Wall to CFLAGS.
(edit) @2b97be5d   13 years Clément Bœsch examples/filtering: fix unused variable and return value in …
(edit) @b117c392   13 years Clément Bœsch examples/filtering: fix deprecated function calls warnings.
(edit) @f0755375   13 years Clément Bœsch examples/filtering: fix implicit declarations and function mis-usage.
(edit) @4a519b6e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mov: …
(edit) @57182b9f   13 years Reimar.Doeffinger lavf-fate-ogg_vp3: Try -idct auto instead of -idct simple. -idct …
(edit) @76cc0992   13 years Reimar.Doeffinger oggenc: fix condition when not to flush due to keyframe granule. The …
(edit) @030e96fe   13 years Reimar.Doeffinger oggdec: improve warning message. Print whether it was a keyframe or a …
(edit) @8688e6ac   13 years Clément Bœsch ffprobe: fix crash if the file can't be opened.
(edit) @5be805d3   13 years martin mov: Use defines for sample flags in fragments Signed-off-by: Martin …
(edit) @3eec23f3   13 years martin mov: Use defines for trun flags Signed-off-by: Martin Storsjö …
(edit) @73328f24   13 years martin mov: Use defines for tfhd flags Signed-off-by: Martin Storsjö …
(edit) @6d702dc0   13 years kostya.shishkov proresenc: force bitrate not to exceed given limit Apple ProRes
(edit) @c742ab4   13 years rsbultje vc1parse: call vc1_init_common(). The parser uses VLC tables …
(edit) @9d3050d3   13 years rsbultje wma: don't return 0 on invalid packets. Return 0 means "please return …
(edit) @41afac7f   13 years rsbultje asf: prevent packet_size_left from going negative if hdrlen > pktlen. …
(edit) @74699ac8   13 years rsbultje mjpegb: don't return 0 at the end of frame decoding. Return 0 …
(edit) @f23a7403   13 years Reimar.Doeffinger Add muxer test based on stream-copy from FATE sample. This should …
(edit) @c7e8639c   13 years martin rtpdec: Identify incorrectly signalled H263 H263 in RTP can be …
(edit) @f3bd226d   13 years michaelni ffmpeg: Fix setting flags for codec copy. Signed-off-by: Michael …
(edit) @ad8173eb   13 years Reimar.Doeffinger Allow other programs to open the same files on Windows. In order to …
(edit) @7c8d477   13 years Reimar.Doeffinger Make AAC in Ogg (ogm) work. This needs the extradata to be extracted. …
(edit) @4538d660   13 years stefasab lavfi/aspect: set default value to 0:1, as stated in the docs Fix …
(edit) @80715c3b   13 years stefasab lavfi/aspect: remove confusing comments
(edit) @36021871   13 years stefasab lavfi/aspect: show log info even in case no argument is provided to …
(edit) @c9ac0827   13 years michaelni movenc: Dont crash on aspect=0/0. Signed-off-by: Michael Niedermayer …
(edit) @c36010c2   13 years michaelni avidec: remove harmless duplicate code. Signed-off-by: Michael …
(edit) @bfe7bace   13 years michaelni libx264: unbreak libx264rgb Signed-off-by: Paul B Mahol …
(edit) @bbb61a1c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @b1af4e9c   13 years martin vp8dsp: split long line. Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @32a659c7   13 years rsbultje aiff: don't skip block_align==0 check on COMM-after-SSND files. This …
(edit) @ce7aee9   13 years alex.converse dpcm: ignore extra unpaired bytes in stereo streams. Fixes: …
(edit) @3e13005c   13 years rsbultje mp3on4: require a minimum framesize. If bufsize < headersize, …
(edit) @c0994e39   13 years rsbultje mpc7: assign an error level + context to av_log() msg.
(edit) @84c202cc   13 years rsbultje huffyuv: error out on bit overrun. On EOF, get_bits() will …
(edit) @f6492476   13 years Carl Eugen Hoyos Fix ffmpeg -codecs output.
(edit) @07333750   13 years martin dct-test: Add the missing ff_ prefix to the altivec functions …
(edit) @89baf359   13 years martin dct-test: Remove a stray declaration of a nonexistent function …
(edit) @53026339   13 years martin movenc: Write the unknown duration as 64 bit fields in ismv This is …
(edit) @99a357f4   13 years martin movenc: Write track durations with all bits set if duration is unknown …
(edit) @545e8879   13 years michaelni y41penc: switch to encode2() Signed-off-by: Paul B Mahol …
(edit) @48ad7f82   13 years michaelni r210enc: switch to encode2() Signed-off-by: Paul B Mahol …
(edit) @f9caec0c   13 years michaelni h264: change deblock_h_chroma_8_mmxext() to prevent valgrind …
(edit) @af468015   13 years rsbultje als: prevent infinite loop in zero_remaining(). Found-by: Mateusz …
(edit) @941fc1e   13 years rsbultje cook: prevent div-by-zero if channels is zero. Found-by: Mateusz …
(edit) @44f5b262   13 years Carl Eugen Hoyos Make CDXL palette opaque.
(edit) @e9b380a7   13 years anton pamenc: switch to encode2().
(edit) @3cc77ded   13 years anton svq1enc: switch to encode2().
(edit) @6a047213   13 years anton dvenc: switch to encode2().
(edit) @b3566a6a   13 years anton dpxenc: switch to encode2().
(edit) @83c7fe32   13 years anton pngenc: switch to encode2().
(edit) @ab3a410   13 years anton v210enc: switch to encode2().
(edit) @f0366fec   13 years anton xwdenc: switch to encode2().
(edit) @f2a4559c   13 years justin.ruggles ttadec: use branchless unsigned-to-signed unfolding
(edit) @d7840529   13 years justin.ruggles avcodec: add a Sun Rasterfile encoder Signed-off-by: Justin Ruggles …
(edit) @1f1fbcfa   13 years justin.ruggles sunrast: Move common defines to a new header file. Signed-off-by: …
(edit) @b5c626fd   13 years justin.ruggles cdxl: fix video decoding for some files Width is padded for ham …
(edit) @6d10c5bf   13 years justin.ruggles cdxl: fix audio for some samples There may be extra padding at and of …
(edit) @f02edc4   13 years justin.ruggles apetag: add proper support for binary tags export as attachment …
(edit) @323b9da9   13 years justin.ruggles ttadec: remove dead code The unused code being removed is for …
(edit) @1bab6f85   13 years rsbultje swscale: make access to filter data conditional on filter type. …
(edit) @a95e3fa9   13 years rsbultje swscale: update context offsets after removal of AlpMmxFilter.
(edit) @d493170e   13 years Reimar.Doeffinger matroskadec: introduce resync function. This allows handling matroska …
(edit) @9e0f897f   13 years Reimar.Doeffinger Add ismv regression test. Signed-off-by: Reimar Döffinger …
(edit) @3ce7148d   13 years Reimar.Doeffinger movenc: fix crashes if a stream is empty. For some reason this always …
(edit) @857d1486   13 years michaelni prores: initialise encoder and decoder parts only when needed
(edit) @a0e44414   13 years michaelni movenc: leave st->codec->frame_size as is instead of forcing it to 1. …
(edit) @5d9ad542   13 years kostya.shishkov prores: initialise encoder and decoder parts only when needed
(edit) @25c42234   13 years rsbultje swscale: make monowhite/black RGB-independent. Disadvantage is that …
(edit) @1b84cf41   13 years michaelni Makefile: fix proresdec dependancies Signed-off-by: Michael …
(edit) @52e4018b   13 years rsbultje flac: fix infinite loops on all-zero input or end-of-stream. …
(edit) @b4027d97   13 years rsbultje wmapro: change max. block size to 13 bits. WMApro actually support …
(edit) @29b9aee4   13 years stefasab ffprobe: add count_frames and count_packets options Signed-off-by: …
(edit) @8c1ebdce   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @7bdefc0   13 years stefasab lavfi/overlay: add logic for avoiding overlaying frames with PTS > …
(edit) @05ee0db   13 years michaelni dshow_filter: fix compilation with mingw-w64 Closes ticket #999
(edit) @22b125f9   13 years michaelni g729dec: fix 'warning: assignment from incompatible pointer type' …
(edit) @934abf6   13 years michaelni g729dec: fix use of deprecated functions. Signed-off-by: Michael …
(edit) @ad21c051   13 years michaelni diracdec: fix use of deprecated funnctions Signed-off-by: Michael …
(edit) @204cb29b   13 years justin.ruggles shorten: Use separate pointers for the allocated memory for decoded …
(edit) @c509f4f7   13 years justin.ruggles atrac3: Fix crash in tonal component decoding. Add a check to avoid …
(edit) @9fb7a5af   13 years justin.ruggles ws_snd1: Fix wrong samples counts. This makes the check that avoids …
(edit) @8b18288   13 years michaelni qtrleenc: fix uninitialized variable warnings Signed-off-by: Michael …
(edit) @5a03a3d   13 years michaelni proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant. …
(edit) @67f17e7   13 years michaelni proresdec2: Fix 16 vs. 8bit compiler warnings. Signed-off-by: Michael …
(edit) @51df7b23   13 years martin movenc: Don't set a default sample duration when creating ismv …
(edit) @298a587   13 years martin rtp: Factorize the check for distinguishing RTCP packets from RTP The …
(edit) @c6643fdd   13 years rsbultje golomb: avoid infinite loop on all-zero input (or end of buffer). …
(edit) @c9fdf324   13 years justin.ruggles bethsoftvid: synchronize video timestamps with audio sample rate …
(edit) @773ff823   13 years justin.ruggles bethsoftvid: add audio stream only after getting the first audio …
(edit) @9546f331   13 years justin.ruggles bethsoftvid: Set video packet duration instead of accumulating pts.
(edit) @05e4ae83   13 years justin.ruggles bethsoftvid: set packet key frame flag for audio and I-frame video …
(edit) @17b11559   13 years justin.ruggles bethsoftvid: fix read_packet() return codes. Use proper AVERROR …
(edit) @f320fb89   13 years justin.ruggles bethsoftvid: pass palette in side data instead of in a separate …
(edit) @f3a094f2   13 years martin sdp: Ignore RTCP packets when autodetecting RTP streams The rtp …
(edit) @17b11ffe   13 years kostya.shishkov proresenc: initialise 'sign' variable
(edit) @b92ecda2   13 years michaelni snow: zero scratchbuf. This should fix some valgrind warnings. …
(edit) @0f155c86   13 years michaelni fate: trying to fix "libavcodec/dct-test.o:(.rodata+0xdc): undefined …
(edit) @f3e08490   13 years rsbultje mpegaudio: replace memcpy by SIMD code By replacing memcpy with an …
(edit) @ae591aee   13 years rsbultje vc1: prevent using last_frame as a reference for I/P first frame. …
Note: See TracRevisionLog for help on using the revision log.