source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @381cc4b   13 years michaelni update_initial_durations: use av_ts2str() Signed-off-by: Michael …
(edit) @c69b6649   13 years michaelni update_initial_durations: add some checks to ensure things match up. …
(edit) @6d49e819   13 years michaelni ffmpeg: revert 492cc1 This restores correct block_align values in …
(edit) @8443082d   13 years michaelni ogg: rewrite first timestamp reading code. this is simpler and closer …
(edit) @5931c754   13 years michaelni ogg: in ogg_get_length() start from data_offset not 0. Signed-off-by: …
(edit) @e73241ba   13 years stefasab doc/ffprobe: fix rendering of the timecode chapter in the man page
(edit) @3946187d   13 years stefasab ffprobe: add "nokey" option to default writer Help simplifying …
(edit) @f48f03a4   13 years stefasab ffprobe: add "noprint_wrappers" option to default writer The option …
(edit) @6cd06bd2   13 years stefasab ffprobe: simplify/fix logic for the -show_format_entry option Do not …
(edit) @a0fd3221   13 years stefasab ffprobe: remove unused print_format_entry() function The function was …
(edit) @4991cbaf   13 years michaelni mpegvideo_enc: Fix chroma edge size Fixes ticket1303 Signed-off-by: …
(edit) @04064e1   13 years michaelni mpegts: fix handling of files smaller than 8kb Fixes Ticket1094 …
(edit) @0db047cd   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: doc: …
(edit) @555e292   13 years michaelni flac_parser: speedup fifo realloc Fixes Ticket1121 Signed-off-by: …
(edit) @5edd4fce   13 years Clément Bœsch lavf/utils: make use of av_ts2str() to print timestamps.
(edit) @a927641e   13 years michaelni libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and …
(edit) @ca986a06   13 years michaelni libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and …
(edit) @c4047ad9   13 years michaelni libswresample: make NOP_N macro less picky on its parameters …
(edit) @57bc91c7   13 years michaelni libswresample: Change FLOAT_TO_INT32_N to need 1 register less same …
(edit) @ecfdd125   13 years michaelni libswresample-simd: rename 6ch pack to what it is Signed-off-by: …
(edit) @429b964e   13 years michaelni libswresample-simd: make the converter registers parameters …
(edit) @b3915c4b   13 years michaelni libswresample: cosmetics Signed-off-by: Michael Niedermayer …
(edit) @24c0d158   13 years michaelni libswresample: unaligned AVX/SSE4 float and int32 6ch pack …
(edit) @6f67d983   13 years michaelni libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing …
(edit) @6108e1be   13 years michaelni wmvenc: check if width is multiple of 2 The width of wmv1/2 video …
(edit) @ca29751   13 years Clément Bœsch lavf/mp3enc: support MPEG-2 and MPEG-2.5 sample rates when writing …
(edit) @1f2f031c   13 years Carl Eugen Hoyos Set bits_per_raw_sample when decoding libopenjpeg images. …
(edit) @1337c6cf   13 years michaelni mpeg1enc: dont use size extension. the spec doesnt mention this …
(edit) @038eb59b   13 years michaelni mpeg2dec: support slice_vertical_position_extension Signed-off-by: …
(edit) @6b0a0dc5   13 years michaelni mpeg2enc: check input dimensions Signed-off-by: Michael Niedermayer …
(edit) @d5df0df8   13 years michaelni mpeg1enc: check input dimensions Signed-off-by: Michael Niedermayer …
(edit) @f153dfc9   13 years michaelni h263enc: test that dimensions are a multiple of 4 Signed-off-by: …
(edit) @7b089b79   13 years lu_zero doc: fix link to fate.libav.org Signed-off-by: Diego Elio Pettenò …
(edit) @1caf614b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavfi: …
(edit) @ad6f006   13 years michaelni avfilter: fix regression since addition of extended_data to audio …
(edit) @70e9308d   13 years michaelni ffmpeg: preserve bits_per_coded sample on stream copy. Fixes …
(edit) @be062de9   13 years Clément Bœsch doc/examples: add libswresample in the libraries. It is required for …
(edit) @55e5f105   13 years Clément Bœsch doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h.
(edit) @8c3c7dbb   13 years Clément Bœsch doc/examples: add programs to .gitignore.
(edit) @70f133fb   13 years michaelni h263enc: check w/h for validity Fixes Ticket1063 Signed-off-by: …
(edit) @012f04a2   13 years anton lavfi: autoinsert resample filter when necessary.
(edit) @d371e7b9   13 years anton lavfi: add lavr-based audio resampling filter.
(edit) @9188294d   13 years Clément Bœsch doc/examples: fix typo.
(edit) @5b55c7f4   13 years Clément Bœsch doc/examples: add -O2 in CFLAGS.
(edit) @072c2c08   13 years Clément Bœsch doc/examples: add missing math.h include in decoding/encoding example. …
(edit) @2f197a20   13 years Clément Bœsch doc/examples: link decoding_encoding and muxing with math lib. These …
(edit) @9a19341e   13 years Clément Bœsch doc/examples: rename LDFLAGS to LDLIBS.
(edit) @4522df52   13 years Clément Bœsch lavfi: remove audio.h include from avfilter.h. avfilter.h is a public …
(edit) @ea60dfe2   13 years diego x86: vc1: drop MMX loop filter implementation, which uses MMX2 …
(edit) @db11fc5   13 years Carl Eugen Hoyos Fix flashsv2 encoder error message.
(edit) @2a37ac04   13 years michaelni flashsv2enc: fix division by zero Fixes other half of Ticket1105 …
(edit) @40d8c89   13 years michaelni flashsvenc: fix image sizes below 192x192 Fixes half of Ticket1105 …
(edit) @d0495634   13 years michaelni tiffenc: fix out of array read Fixes ticket1112 Found-by: ami_stuff …
(edit) @3b563247   13 years michaelni snow: fix 32x32 encoding Fixes ticket1083 Signed-off-by: Michael …
(edit) @9eb99ab2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @de1824e9   13 years michaelni mpeg12: fix logic that prevents extradata from being parsed twice. …
(edit) @e20f4648   13 years michaelni mpeg12: print an error when there was a frame in extradata. …
(edit) @6d376346   13 years Carl Eugen Hoyos Allow decoding of j2k images with bpp<8 and 8<bpp<16 with libopenjpeg. …
(edit) @75a9479b   13 years michaelni lavf: extend the avi raw hack to mov Fixes ticket1194 Signed-off-by: …
(edit) @30fc7105   13 years michaelni lavf: print a matching tag in case of code tag validation failure …
(edit) @44391f70   13 years michaelni lavfutils: ff_load_image: Initialize context should fix ticket1264 …
(edit) @6bb35f4   13 years michaelni mpegtsenc: fix 10l typo, wrong stream Signed-off-by: Michael …
(edit) @3700f655   13 years michaelni mpegtsenc: check max_delay in write_packet_internal(). Checking it …
(edit) @9c409e5   13 years michaelni mpegtsenc: fix delay type Signed-off-by: Michael Niedermayer …
(edit) @ec2dbec8   13 years diego fate: employ better names and add a convenient shorthand for vp6 tests
(edit) @940be965   13 years michaelni dcaenc: fix out of array read Signed-off-by: Michael Niedermayer …
(edit) @8616c446   13 years michaelni ffmpeg: fix deinterlace Fixes ticket1295 Signed-off-by: Michael …
(edit) @e54e6f25   13 years mans arm/neon: dsputil: use correct size specifiers on vld1/vst1 Change …
(edit) @2eba6898   13 years mans arm: dsputil: prettify some conditional instructions in put_pixels …
(edit) @c776531a   13 years mans vqavideo: change x/y loop counters to the usual pattern …
(edit) @4f15006   13 years mans avconv: use lrint() for rounding double timestamps Converting the …
(edit) @01590329   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (25 …
(edit) @2a793ff   13 years michaelni vf_lut: fix pointer type (const) warning Signed-off-by: Michael …
(edit) @98e409ec   13 years michaelni vf_idet: remove unused variables Signed-off-by: Michael Niedermayer …
(edit) @648dbae5   13 years michaelni vf_idet: fix pointer type (const) warning Signed-off-by: Michael …
(edit) @b7fe9c7a   13 years michaelni ffmpeg: fix pointer type (const) warning Signed-off-by: Michael …
(edit) @0ee32b9   13 years michaelni ffmpeg: remove unused variables Signed-off-by: Michael Niedermayer …
(edit) @36ab7948   13 years michaelni ffmpeg: fix uninitialized variable warning Signed-off-by: Michael …
(edit) @afcb6711   13 years michaelni Revert "Remove libvorbis Vorbis decoding support. Our native decoder …
(edit) @7c7c5b24   13 years michaelni avutil/log: allow av_log_set_callback (NULL) Idea-by: Don Moir …
(edit) @110d0cdc   13 years diego rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC Code …
(edit) @8ea5df4f   13 years michaelni lavc/utils: fix division by 0 Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @91e72e35   13 years michaelni omadec: Check geob datasize more completely Fixes out of heap array …
(edit) @706b998c   13 years diego ape: Use unsigned integer maths This involves a division that should …
(edit) @cbc7d60   13 years mans arm: dsputil: fix overreads in put/avg_pixels functions The …
(edit) @1de53d00   13 years diego h264: K&R formatting cosmetics for header files (part II/II)
(edit) @be545b8a   13 years diego h264: K&R formatting cosmetics for header files (part I/II)
(edit) @d55961fa   13 years martin rtmp: Implement check bandwidth notification. According to the …
(edit) @05945db9   13 years martin rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the …
(edit) @e64673e4   13 years martin rtmp: Support 'rtmp_flashver', an option which overrides the version …
(edit) @55c9320e   13 years martin rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the …
(edit) @eee89f69   13 years michaelni cdg: fix pts Fixes Ticket1226 Signed-off-by: Michael Niedermayer …
(edit) @7610dee8   13 years michaelni avfiltergraph: improve pick_format() without this the recent changes …
(edit) @61930bd0   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (27 …
(edit) @35894ebb   13 years Clément Bœsch Add tools/ffeval to .gitignore.
(edit) @7cf78b3   13 years diego cmdutils: Add fallback case to switch in check_stream_specifier(). …
(edit) @ded69c5e   13 years diego sctp: be consistent with socket option level Replace SOL_SCTP by the …
(edit) @779222db   13 years diego configure: Add _XOPEN_SOURCE=600 to Solaris preprocessor flags. This …
(edit) @8ae19143   13 years diego vcr1enc: drop pointless empty encode_init() wrapper function
(edit) @eeeefd50   13 years diego vcr1: drop pointless write-only AVCodecContext member from VCR1Context
Note: See TracRevisionLog for help on using the revision log.