source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @636ee66f   14 years Reimar.Doeffinger Fix data_size handling for AC3 and dca decoders. They use now code …
(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
(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
Note: See TracRevisionLog for help on using the revision log.