source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @70749c48   13 years justin.ruggles avcodec: do not override pts or duration from the audio encoder This …
(edit) @2c87c7a9   13 years justin.ruggles Add prores regression test. Signed-off-by: Reimar Döffinger …
(edit) @a86ca946   13 years justin.ruggles Enable already existing rso regression test. Signed-off-by: Reimar …
(edit) @ecdb31c   13 years justin.ruggles Add regression test for "sox" format muxer/demuxer. Signed-off-by: …
(edit) @8ee2ddcb   13 years justin.ruggles Add dpx encoding regression test. Signed-off-by: Justin Ruggles …
(edit) @04217de4   13 years diego swscale: K&R formatting cosmetics for PowerPC code (part I/II)
(edit) @3f486e0d   13 years diego img2: Use ff_guess_image2_codec(filename) shorthand where appropriate.
(edit) @24d150b7   13 years diego Clarify licensing information about files borrowed from libjpeg.
(edit) @b0f29db5   13 years alex.converse Mark mutable static data const where appropriate.
(edit) @e48a70e6   13 years janne-libav avplay: fix -threads option The AVOptions based default to threads …
(edit) @6a4cf065   13 years janne-libav dvbsubdec: avoid undefined signed left shift in RGBA macro
(edit) @ca085e66   13 years janne-libav mlpdec: use av_log_ask_for_sample() Signed-off-by: Paul B Mahol …
(edit) @33510e8   13 years diego gif: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @08630d25   13 years diego png: make .long_name more descriptive Signed-off-by: Paul B Mahol …
(edit) @a5c50913   13 years martin movdec: Adjust keyframe flagging in fragmented files For video, mark …
(edit) @3ab9a2a5   13 years rsbultje rv34: change most "int stride" into "ptrdiff_t stride". This prevents …
(edit) @770a5c6d   13 years justin.ruggles adpcmenc: Use correct frame_size for Yamaha ADPCM. Output packet size …
(edit) @91a28b0e   13 years justin.ruggles avcodec: add ff_samples_to_time_base() convenience function to internal.h
(edit) @41ac9bb2   13 years justin.ruggles adx parser: set duration
(edit) @b3a4c7e0   13 years justin.ruggles mlp parser: set duration instead of frame_size
(edit) @2460b168   13 years justin.ruggles gsm parser: set duration
(edit) @7575ffac   13 years justin.ruggles mpegaudio parser: set duration instead of frame_size
(edit) @16e54ac7   13 years justin.ruggles (e)ac3 parser: set duration instead of frame_size
(edit) @c7f3f1c   13 years justin.ruggles flac parser: set duration instead of frame_size
(edit) @e9cda853   13 years justin.ruggles avcodec: add duration field to AVCodecParserContext This will allow …
(edit) @0b42a938   13 years justin.ruggles avutil: add av_rescale_q_rnd() to allow different rounding
(edit) @0996f406   13 years justin.ruggles pnmdec: remove useless .pix_fmts Signed-off-by: Paul B Mahol …
(edit) @e00959a9   13 years justin.ruggles libmp3lame: support float and s32 sample formats
(edit) @e2322252   13 years justin.ruggles libmp3lame: renaming, rearrangement, alignment, and comments
(edit) @232e16dd   13 years justin.ruggles libmp3lame: use the LAME default bit rate Also, only set bit rate for CBR.
(edit) @1f516c04   13 years justin.ruggles libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsing
(edit) @e3d2c89e   13 years justin.ruggles libmp3lame: cosmetics: remove some pointless comments
(edit) @bf909fc4   13 years justin.ruggles libmp3lame: convert some debugging code to av_dlog() also remove …
(edit) @469d2a8e   13 years justin.ruggles libmp3lame: remove outdated comment. We now require at least …
(edit) @35cfd7d0   13 years justin.ruggles libmp3lame: do not set coded_frame->key_frame. it is already set in …
(edit) @8dad25eb   13 years justin.ruggles libmp3lame: improve error handling in MP3lame_encode_init()
(edit) @310c372e   13 years justin.ruggles libmp3lame: remove unneeded 'stereo' field from Mp3AudioContext
(edit) @a4f97be1   13 years martin hls: Reset the AVIOContext when seeking This avoids reading any old …
(edit) @55fd7da1   13 years anton pcxenc: switch to encode2().
(edit) @fb11e22   13 years anton sgienc: switch to encode2().
(edit) @61eaf45c   13 years anton targaenc: switch to encode2().
(edit) @1e742ea3   13 years anton targaenc: don't modify input frame. Set the pict_type/key_frame …
(edit) @32277700   13 years anton roqvideoenc: switch to encode2().
(edit) @4fd7cfef   13 years anton roqvideoenc: add const qualifier to the input frame.
(edit) @1ea57550   13 years anton pnmenc: switch to encode2().
(edit) @bc9c70e5   13 years anton huffyuv: switch to encode2().
(edit) @2abee9be   13 years anton v410enc: switch to encode2().
(edit) @11505f3   13 years anton zmbvenc: switch to encode2().
(edit) @8c8c7b5e   13 years anton zmbvenc: move header writing to the end of encode_frame(). This makes …
(edit) @8fb26950   13 years rsbultje h264: don't use redzone in loopfilter on win64. Red zone usage is not …
(edit) @b18f8cbf   13 years rsbultje Revert two swscale commits. Revert "swscale: update context offsets …
(edit) @2b3d041c   13 years martin applehttp: Do seeking within segments, too Enhance seeking by …
(edit) @6b8b0fe2   13 years lu_zero doxy: remove reference to removed api
(edit) @aac63cef   13 years lu_zero examples: unbreak compilation Update api so it will compile again.
(edit) @e04ca1d4   13 years justin.ruggles ttadec: cosmetics: reindent Signed-off-by: Paul B Mahol …
(edit) @566df2ee   13 years anton sunrast: use RLE trigger macro inplace of the hard coded value. …
(edit) @1a58daed   13 years anton sunrastenc: set keyframe flag for the output packet. Signed-off-by: …
(edit) @445a7d48   13 years anton mpegvideo_enc: switch to encode2().
(edit) @54553842   13 years anton mpegvideo_enc: force encoding delay of at least 1 frame when …
(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) @c7e8639c   13 years martin rtpdec: Identify incorrectly signalled H263 H263 in RTP can be …
(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) @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) @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) @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) @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) @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 …
Note: See TracRevisionLog for help on using the revision log.