source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @884f678c   14 years michaelni Add *.j2k extension to JPEG2000 decoder Some files with *.j2k …
(edit) @cf16104a   14 years Reimar.Doeffinger Change guess_palette so its output matches the most common palette. …
(edit) @148ffcd2   14 years Reimar.Doeffinger Make DV (sub) demuxer set proper pkt->pos values. This makes the avi …
(edit) @f97905e6   14 years stefano.sabatini-lala scale: fix leak occurring when a scale filter is reconfigured This …
(edit) @0f1ef8a3   14 years stefano.sabatini-lala vsrc_buffer: improve reporting in case of format/size change
(edit) @ce5e49b   14 years stefano.sabatini-lala replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
(edit) @301183d9   14 years stefano.sabatini-lala replace deprecated av_get_pict_type_char() with av_get_picture_type_char()
(edit) @c3f5b811   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: ALPHA: Replace …
(edit) @3862ebba   14 years michaelni AVOptions: av_set_string3() allow NULL strings Signed-off-by: Michael …
(edit) @007d352c   14 years michaelni dct-test: Support testing bits>8 Signed-off-by: Michael Niedermayer …
(edit) @c92a9d06   14 years michaelni ffplay: demuxer specific options support Signed-off-by: Michael …
(edit) @5edb2329   14 years michaelni WTV: Add ff_ prefix to the moved fields. Signed-off-by: Michael …
(edit) @5ab826c1   14 years michaelni WTV:move the common variable used by wtvdec.c and wtvenc.c to a new …
(edit) @80a33067   14 years michaelni rename wtv.c to wtvdec.c Signed-off-by: Michael Niedermayer …
(edit) @ad1862d6   14 years diego ALPHA: Replace sized int_fast integer types with plain int/unsigned. …
(edit) @e27ce0ee   14 years siretart DPX image encoder
(edit) @40662915   14 years siretart DPX decoder: read sample aspect ratio Signed-off-by: Michael …
(edit) @3777ea13   14 years siretart DPX decoder: add buffer size checks.
(edit) @63b1866a   14 years justin.ruggles ac3enc: clip large coefficient values and negative exponents rather …
(edit) @177fed4e   14 years justin.ruggles ac3enc: do not store a bandwidth code for each channel. Although AC-3 …
(edit) @a1d0f511   14 years justin.ruggles ac3enc: remove bandwidth reduction as fallback for bit allocation …
(edit) @ba6bce51   14 years justin.ruggles ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()
(edit) @4142487   14 years justin.ruggles ac3enc: return error if frame+exponent bits are too large instead of …
(edit) @987fe2dc   14 years justin.ruggles ac3enc: differentiate between current block and reference block in …
(edit) @6b2636b   14 years justin.ruggles ac3enc: simplify exponent_init() by calculating exponent_group_tab[] …
(edit) @e0b33d47   14 years justin.ruggles ac3enc: simplify stereo rematrixing decision options
(edit) @636ee66f   14 years Reimar.Doeffinger Fix data_size handling for AC3 and dca decoders. They use now code …
(edit) @a28b0587   14 years siretart Update URL to fate samples
(edit) @35fe66ab   14 years stefano.sabatini-lala lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to …
(edit) @77e9dee8   14 years stefano.sabatini-lala lavc: add a sample_aspect_ratio field to AVFrame The sample aspect …
(edit) @1ba57272   14 years stefano.sabatini-lala lavc: add a pkt_pos field to AVFrame This is similar to what was done …
(edit) @aba0278e   14 years Carl Eugen Hoyos Fix compilation in some cases if the flac decoder was disabled. …
(edit) @c059d7a   14 years michaelni H264: Fix intra only decoding. This possibly fixes issue2679 …
(edit) @0ae4aba6   14 years michaelni H264:Print short+long+max values when they dont match up. …
(edit) @7ac85f4b   14 years michaelni H264:use av_assert0() for frame num check Signed-off-by: Michael …
(edit) @0e5758d1   14 years michaelni H264: print nal_ref_idc too for debug Signed-off-by: Michael …
(edit) @e1292639   14 years michaelni Fix decoding of mpegts streams with h264 video that does *NOT* have b …
(edit) @8556406d   14 years stefano.sabatini-lala lavc: lowercase the FRWU codec name This is more consistent with all …
(edit) @ffb5a0d5   14 years michaelni Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' * commit …
(edit) @1a9f9f81   14 years Reimar.Doeffinger Do not drop packets with no valid ->pos set as e.g. DV-in-AVI …
(edit) @fa119522   14 years michaelni FFMPEG: support demuxer specific options. Signed-off-by: Michael …
(edit) @ffdc49df   14 years michaelni AVIDEC: use_odmc demuxer specific option. (mostly an exmaple for …
(edit) @49202620   14 years michaelni LAVFAPI: demuxer specific options. (someone please add doxy) …
(edit) @ce62b35c   14 years michaelni output_example: use avformat_alloc_output_context() Signed-off-by: …
(edit) @7d727f1   14 years michaelni LAVFAPI: avformat_alloc_output_context() / simplify usage of muxers. …
(edit) @a2eef3e9   14 years michaelni LAVF API: remove AVOutputFormat.set_parameters() the field is unused. …
(edit) @8de45adb   14 years Philip Langdale CrystalHD: Add auto-detection of packed b-frame bug. I still don't …
(edit) @d5551265   14 years stefano.sabatini-lala lavc: remove disabled avcodec_decode_video() code Fix warning: …
(edit) @543f3db9   14 years Reimar.Doeffinger Read the album_artist, grouping and lyrics metadata. Our muxer writes …
(edit) @85770f2a   14 years anton AVOptions: make default_val a union, as proposed in AVOption2. This …
(edit) @97dc86b   14 years baptiste.coudurier In libx264 wrapper, change wpredp to a codec specific option.
(edit) @be315a3   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: Duplicate AMV: …
(edit) @70892657   14 years siretart AMV: disable DR1 and don't override EMU_EDGE This works around a …
(edit) @7c152a45   14 years siretart lavf: inspect more frames for fps when container time base is coarse …
(edit) @0247bdee   14 years siretart Fix races in default av_log handler Prevent competing threads from …
(edit) @500bf397   14 years michaelni flashsv2enc: regression test. Signed-off-by: Michael Niedermayer …
(edit) @cf3ac543   14 years diego vorbis: Replace sized int_fast integer types with plain int/unsigned. …
(edit) @a734fa57   14 years diego Remove disabled non-optimized code variants.
(edit) @e610098e   14 years diego bswap.h: Remove disabled code.
(edit) @2e15305b   14 years diego Remove some disabled printf debug cruft.
(edit) @09cbf60f   14 years diego Replace more disabled printf() calls by av_dlog().
(edit) @4517ba0   14 years michaelni flashsv2enc:fix segfault Signed-off-by: Michael Niedermayer …
(edit) @03acaa4a   14 years diego tests: Remove disabled code.
(edit) @35ceaa73   14 years anton Move ff_dynarray_add to lavu and make it public.
(edit) @045dd4b9   14 years diego Replace some commented-out debug printf() / av_log() messages with …
(edit) @d1be646e   14 years diego vorbisdec: Replace some sizeof(type) by sizeof(*variable).
(edit) @a3b7dabb   14 years diego vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.
(edit) @9ac1bf88   14 years anton lavf: remove duplicate assignment in avformat_alloc_context. AVClass …
(edit) @4a7a1b7d   14 years anton lavf: use designated initializers for AVClasses.
(edit) @d804784   14 years Carl Eugen Hoyos Set channel layout for True Audio files. This is not documented (and …
(edit) @d2ee3c91   14 years Carl Eugen Hoyos Fix channel layout for some stereo flac files.
(edit) @5a43bd5e   14 years anton options: simplify av_find_opt by using av_next_option.
(edit) @749d16ce   14 years michaelni Checksum update due to (should make fate green again) ffmpeg | …
(edit) @a3ffe0eb   14 years michaelni Revert "Fix url_fopen() flag values." No longer needed after martins …
(edit) @455ce97   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: LOTS of duplicates …
(edit) @f0f3425   14 years michaelni flashsv2enc: mark encoder experimental Signed-off-by: Michael …
(edit) @c83a5281   14 years michaelni flashsv2enc: remove useless casts Signed-off-by: Michael Niedermayer …
(edit) @ba9c4db5   14 years michaelni flashsv2enc: use av_freep() Signed-off-by: Michael Niedermayer …
(edit) @f6a5edb6   14 years michaelni flashsv2enc: remove useless if() Signed-off-by: Michael Niedermayer …
(edit) @3f6dc4a1   14 years michaelni encoder for adobe's flash ScreenVideo2 codec
(edit) @85ff3394   14 years michaelni Revert "avparser: don't av_malloc(0)." This hack is no longer needed. …
(edit) @5a36783b   14 years michaelni Fix all malloc(0) issues Signed-off-by: Michael Niedermayer …
(edit) @0fea3b7b   14 years michaelni Remove lowres support from cdgraphics decoder The lowres support …
(edit) @f27c72b3   14 years michaelni Reduce max lowres from 5 to 3 in sp5x decoder lowres higher than 3 …
(edit) @e4f42f1f   14 years michaelni Remove lowres support from pnm decoder The lowres support doesn't …
(edit) @658296e   14 years michaelni Remove lowres support from png decoder The lowres support doesn't …
(edit) @5b81e295   14 years martin avio: Fix the deprecated fallback URL-prefixed open flags While …
(edit) @94da5425   14 years michaelni Try to fix big endian fate Signed-off-by: Michael Niedermayer …
(edit) @f3ce748   14 years michaelni MJPEG encoder to write aspect ratio information
(edit) @a0db7424   14 years michaelni Fix buffering in qpeg in a way that allows direct rendering. …
(edit) @183401b9   14 years michaelni Fix url_fopen() flag values. Reported by: Luca Abeni Signed-off-by: …
(edit) @90bcbc79   14 years michaelni Revert "qpeg: use reget_buffer() in decode_frame()" This reverts …
(edit) @b35a8469   14 years Carl Eugen Hoyos Change silly variable name "class" to "partition_class".
(edit) @05a18adf   14 years siretart avoid duplicate -lm in .pc files
(edit) @62d33dbc   14 years siretart mpeg12: terminate mpeg2_video_profiles arrays Make …
(edit) @2d8d6882   14 years Carl Eugen Hoyos Read channel layout atom in mov files.
(edit) @dcf008af   14 years Carl Eugen Hoyos Clarify warning messages.
(edit) @91b78272   14 years Carl Eugen Hoyos Move channel chunk reading function to isom.c. Move …
(edit) @f2c85458   14 years martin network: Check POLLERR and POLLHUP in ff_network_wait_fd Previously, …
(edit) @f8fec050   14 years anton mpegtsenc: make PMT PID really start on pmt_start_pid
Note: See TracRevisionLog for help on using the revision log.