source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @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) @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) @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
(edit) @f9fb574d   14 years anton nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE …
(edit) @87e45ae1   14 years anton rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE …
(edit) @c90626b2   14 years anton hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE …
(edit) @a1f4d075   14 years anton crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel …
(edit) @1afbae10   14 years anton libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation …
(edit) @0665199   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: vorbisdec: …
(edit) @e5d80c7b   14 years stefano.sabatini-lala mpeg12: terminate mpeg2_video_profiles arrays Make …
(edit) @058aabd4   14 years Carl Eugen Hoyos Fix caf channel layouts ITU_2_2 and DVD_6.
(edit) @5a810f4e   14 years Carl Eugen Hoyos Return if memory allocation fails.
(edit) @045cc36f   14 years baptiste.coudurier 100l, change #ifdef to #if
(edit) @46394d39   14 years baptiste.coudurier In png decoder, only call png_init_mmx if HAVE_MMX is defined.
(edit) @624a7e00   14 years michaelni Correctly support pal8 with alpha in libswscale, fix png pal8 with …
(edit) @dbfdb288   14 years michaelni Set alpha of palettes to 0xff. Signed-off-by: Michael Niedermayer …
(edit) @e91946ed   14 years michaelni Rename y400a to gray8a. Signed-off-by: Michael Niedermayer …
(edit) @52a81cd   14 years michaelni Fix add_paeth_prediction_mmx for rgb48 Signed-off-by: Michael …
(edit) @afd2371d   14 years michaelni merge read and and in add_paeth_prediction Signed-off-by: Michael …
(edit) @6d4c49a2   14 years michaelni Move png mmx functions into x86/png_mmx.c, remove them from …
(edit) @b2395268   14 years diego vorbisdec: Rename silly "class_" variable to plain "class".
(edit) @81afa5a2   14 years diego simple_idct_alpha: Drop some useless casts.
(edit) @3fd3632f   14 years diego Simplify av_log_missing_feature(). Do not print the results of the …
(edit) @d6f910ea   14 years Reimar.Doeffinger Fix decoding of DXSA subtitles. These have a DXSA tag and contain …
(edit) @8745e9c4   14 years justin.ruggles ac3enc: remove check for mismatching channels and channel_layout
(edit) @688b09fa   14 years justin.ruggles If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is …
(edit) @168f9e8c   14 years justin.ruggles If AVCodecContext.channel_layout and AVCodecContext.channels are both …
(edit) @3dfc3e70   14 years justin.ruggles cosmetics: indentation
(edit) @8b00ab01   14 years justin.ruggles Check AVCodec.supported_samplerates and AVCodec.channel_layouts in …
(edit) @767848d   14 years justin.ruggles aacdec: remove sf_scale and sf_offset. Instead, scalefactors are …
(edit) @62717940   14 years justin.ruggles aacdec: use a scale of 2 in the LTP MDCT rather than doubling the …
(edit) @d70fa4c4   14 years justin.ruggles Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets …
(edit) @e4744b59   14 years justin.ruggles Large intensity stereo and PNS indices are legal. Clip them instead of …
(edit) @f08d171c   14 years michaelni WMADEC: fix ticket125 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @f4e043ff   14 years rsbultje qpeg: use reget_buffer() in decode_frame() Decoder relies on previous …
(edit) @4f0b8059   14 years rsbultje ultimotion: use reget_buffer() in ulti_decode_frame() Decoder relies …
(edit) @4f2954e2   14 years rsbultje smacker: remove unnecessary call to avctx->release_buffer in …
(edit) @0886267   14 years michaelni Revert buggy hunk that leaked in from a libav merge. This unbreaks …
(edit) @fd37eac4   14 years stefano.sabatini-lala indeo2: remove unnecessary release_buffer() call This was preventing …
(edit) @10aa5a6c   14 years stefano.sabatini-lala 4xm: use reget_buffer() in decode_frame() Also remove unnecessary …
(edit) @c2606259   14 years stefano.sabatini-lala ffplay: move output_picture() code to queue_picture() Move …
(edit) @4a22ea4d   14 years stefano.sabatini-lala ffplay: rename video_refresh_timer() to video_refresh() The new name …
(edit) @8adf9bb2   14 years stefano.sabatini-lala ffplay: rename decode_thread to read_thread, parse_tid to read_tid …
(edit) @31d8467d   14 years stefano.sabatini-lala lavfi: add showinfo filter
(edit) @f7bdffb0   14 years stefano.sabatini-lala lavfi: print key-frame and picture type information in ff_dlog_ref() …
(edit) @5eef4afb   14 years rsbultje avparser: don't av_malloc(0). Signed-off-by: Ronald S. Bultje …
(edit) @191e08d1   14 years michaelni avparser: don't av_malloc(0). Signed-off-by: Michael Niedermayer …
(edit) @7b9e9817   14 years michaelni Revert "Eliminate pointless '#if 1' statements without matching …
(edit) @d7e5aeba   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: (23 commits) …
Note: See TracRevisionLog for help on using the revision log.