source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @94b303ba   15 years lessen42 Add more const to _l4 pixel functions Originally committed as …
(edit) @a4501a45   15 years lessen42 vp3: Skip the loop filter when strength is 0 or when requested …
(edit) @3491a9b2   15 years jmenon86 Cosmetics : Fix typo. Originally committed as revision 23345 to …
(edit) @71dab7be   15 years Carl Eugen Hoyos Some fields were incorrectly reset (to NULL) when calling …
(edit) @867ab7fb   15 years michaelni Fix pts reordering code. This fixes a regression introduced when …
(edit) @ab8f6009   15 years stefano.sabatini-lala Add support for the newly added Nut codec tags (added in Nut r669): …
(edit) @9c6b3b97   15 years max_pole Add the forgotten ff_ prefix to the shareable scan patterns. …
(edit) @05e95319   15 years Carl Eugen Hoyos Factorize ff_h264_decode_extradata(). Patch by Howard Chu, hyc …
(edit) @35f7c39a   15 years Carl Eugen Hoyos Mark vorbis encoder as experimental. Originally committed as revision …
(edit) @fe9c2007   15 years stefano.sabatini-lala Bump minor version bump and add an APIchanges entry after addition of …
(edit) @31cd5a9a   15 years Carl Eugen Hoyos Bump minor version and add Changelog entry after r23334. Originally …
(edit) @d3752b15   15 years michaelni Treat SIPP like xvid, fixed issue1966 Originally committed as …
(edit) @220f2bd9   15 years max_pole move indeo5 scan patterns into ivi_common.c so those can be shared by …
(edit) @93ebfeea   15 years Carl Eugen Hoyos Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it. Patch by …
(edit) @1ed87f80   15 years alex.converse Parse and repack the first frame of H.264 in ASF because SPS+PPS lives …
(edit) @74a6df5   15 years alex.converse Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and …
(edit) @9069b7d3   15 years alex.converse Fix declaration after statement Originally committed as revision …
(edit) @37dd2356   15 years Aurélien Jacobs matroskadec: avoid potential crash after r23169 Originally committed …
(edit) @344f5c9f   15 years Carl Eugen Hoyos Do not invert samples when encoding Vorbis. Patch by Frank Barchard, …
(edit) @f4348e6c   15 years michaelni Check for VUI overeading and reset num_reoder_frames. This helps the …
(edit) @577ee948   15 years martin ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE …
(edit) @8ac942d   15 years martin Cosmetics: reindent after the previous commit Originally committed as …
(edit) @11f6181a   15 years martin api-example: Try to avoid decoding incomplete frames Use a larger …
(edit) @0ecfa7b7   15 years alex.converse aacenc: Split find_max_val() from find_min_book() to eliminate …
(edit) @af2ee6fc   15 years alex.converse Remove useless costly inf checks from the trellis scalefactor search. …
(edit) @acc9f51f   15 years alex.converse aacenc: Trellis over scalefactors using an estimated codebook rather …
(edit) @144c5e3d   15 years alex.converse aacenc: Only trellis over a column of 61 scalefactors (reduced from …
(edit) @05e659ef   15 years alex.converse aacenc: Factor out find_min_book so it can be used by multiple …
(edit) @aafb822b   15 years rsbultje We're using generic tag-to-ID functions, so specific codec_id …
(edit) @31a7a6eb   15 years michaelni Correct golomb vlc decoding tables. Fixes issue 1930 Originally …
(edit) @b4cf3f6c   15 years mans mmst_protocol depends on network Originally committed as revision …
(edit) @74c853b6   15 years Carl Eugen Hoyos Samsung uses SIPP as FourCC for MPEG-4 ASP. Originally committed as …
(edit) @c4c302f1   15 years martin Look for libvpx headers in the vpx subdirectory in configure, too …
(edit) @a7890f44   15 years Carl Eugen Hoyos Headers for libvpx are installed into vpx subdirectory. Originally …
(edit) @4fb9792c   15 years martin Fix VP8 listing in general.texi Originally committed as revision …
(edit) @aae9a093   15 years kostya.shishkov 24l trocadero: RTMP reader forgot to shift high byte of timestamp to …
(edit) @cc46005   15 years lessen42 theora: Don't read an excess bit for maximum length long bit runs if …
(edit) @8299a7f8   15 years Carl Eugen Hoyos VP8 decoding via libvpx. Patch by James Zern for Google, Inc., jzern …
(edit) @ce2a9bc3   15 years baptiste.coudurier In ogg muxer, use random serial number of each ogg streams Originally …
(edit) @a2403986   15 years rsbultje MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail …
(edit) @e34d5db5   15 years stefano.sabatini-lala Add libavfilter 1-input - 1-output regression test, corresponding to …
(edit) @781cf5fd   15 years stefano.sabatini-lala Add missing codec id <-> codec tag entries: CODEC_ID_RAWVIDEO <-> …
(edit) @111c9359   15 years martin ffserver: Fix one of the codec parameter checks This is probably what …
(edit) @a5ba4ced   15 years martin ffserver: Fix streaming with more than one stream Fix by Howard Chu, …
(edit) @e175b55e   15 years martin ffserver: Fix extradata handling Patch by Howard Chu, hyc at …
(edit) @c966c912   15 years martin ffserver: Fix an out of bounds read Fix by Howard Chu, hyc at …
(edit) @9cc9a155   15 years martin ffserver: Fix another memory leak Don't allocate st->codec, it will …
(edit) @ea4f8aa   15 years martin ffserver: Plug some memory leaks Patch by Howard Chu, hyc at …
(edit) @0e765181   15 years Reimar.Doeffinger Add -f framemd5 muxer similar to framecrc. Originally committed as …
(edit) @9bbe9a0d   15 years jmenon86 Display a more descriptive log message when probe buffer limit is …
(edit) @12bd3c1f   15 years jmenon86 FFplay : Implement custom reget_buffer for the input filter. …
(edit) @612dc023   15 years Carl Eugen Hoyos Skip pes payload during probing to avoid start code emulation. Patch …
(edit) @d3d87481   15 years Carl Eugen Hoyos Fix documentation of av_audio_convert. Patch by Cyril Russo, stage D …
(edit) @7bb83d8d   15 years lessen42 matroskaenc: Write codec time base as default duration for video …
(edit) @31fdd641   15 years lessen42 Convert NaN to 0/0 in av_d2q This fixes aspect ratio calculation for …
(edit) @f1a05185   15 years Reimar.Doeffinger Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many seeks …
(edit) @21d52447   15 years diego small wording fix Originally committed as revision 23277 to …
(edit) @a8d9a56a   15 years diego Mention some more changes related to HTML 5 issues. Originally …
(edit) @8daed34   15 years lessen42 matroskadec: Revert adding the doctype to metadata; it has no meaning …
(edit) @50eae970   15 years banan Reduce the score for the aea demuxer probing function. Originally …
(edit) @946da736   15 years banan Fix detection of some stereo atrac files by not comparing the block …
(edit) @fbe347d   15 years diego Reflect the 0.6 branch in the Changelog. Originally committed as …
(edit) @2da6050c   15 years baptiste.coudurier oups, 100l, revert unrelated hunk from commit r23266 Originally …
(edit) @a4de2b6e   15 years baptiste.coudurier write 3gp perf tag for artist metadata Originally committed as …
(edit) @221ed486   15 years baptiste.coudurier albm 3gp tag has optional track field not date Originally committed …
(edit) @ea4c4d7f   15 years baptiste.coudurier change author metadata to artist in mov de/muxer Originally committed …
(edit) @e53ca636   15 years jmenon86 Cosmetics : re-indent after last commit. Originally committed as …
(edit) @3635c07b   15 years jmenon86 FFplay : Avoid manipulating NULL data pointers so that future checks …
(edit) @47f0704e   15 years stefano.sabatini-lala Prefix value for flags with "0x", to make it clear that it is an …
(edit) @49837b8d   15 years stefano.sabatini-lala Make the nut decoder read the ff_nut_video_tags to detect codec id of …
(edit) @2e01def0   15 years stefano.sabatini-lala Define ff_nut_video_tags and make Nut muxer and demuxer set it in …
(edit) @6d9b7a7d   15 years Reimar.Doeffinger Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction. …
(edit) @944a1b6b   15 years Reimar.Doeffinger Add a md5 muxer that allows checking the md5 sums of generated streams …
(edit) @d458b7d4   15 years stefano.sabatini-lala Add empty newline to separate function declarations, for better …
(edit) @cca68a54   15 years martin Add an entry to APIchanges for the addition of av_get_random_seed …
(edit) @9977863   15 years martin Bump libavutil minor version for the addition of av_get_random_seed …
(edit) @576fb48e   15 years martin Make ff_random_get_seed public, rename to av_get_random_seed, export …
(edit) @e1745e2f   15 years stefano.sabatini-lala Make av_write_header() return AVERROR(EINVAL) rather than -1 if the …
(edit) @cf5b33d   15 years stefano.sabatini-lala Store in a dedicated array the format name - codec id - codec type …
(edit) @c56e9e05   15 years ramiro.polla Open 2-pass logfile in binary mode for both reading and writing. This …
(edit) @80b39e1   15 years Carl Eugen Hoyos Move AVCodecTag from riff.h into internal.h. Patch by Francesco …
(edit) @83c27079   15 years stefano.sabatini-lala Prefer enum CodecID over int in ff_codec_get_tag(). Originally …
(edit) @85e86b68   15 years lessen42 Update regression tests after removing track timecode scale from …
(edit) @577abed   15 years lessen42 matroskaenc: Don't write track timecode scale It's not required for …
(edit) @c7b913c8   15 years lessen42 matroskadec: Allow unknown EBML doctype Originally committed as …
(edit) @470491fa   15 years lessen42 matroskadec: Support webm doctype Patch by James Zern <jzern at …
(edit) @6a2c9b8b   15 years stefano.sabatini-lala Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to …
(edit) @1beff414   15 years stefano.sabatini-lala Rename findPixelFormat() to find_pix_fmt(). Less ugly and more …
(edit) @ff85f586   15 years baptiste.coudurier remove unused field Originally committed as revision 23232 to …
(edit) @95ca3b1e   15 years baptiste.coudurier In ogg muxer, pack multiple frames into one page, much lower overhead …
(edit) @686d6f40   15 years martin ffserver: Avoid busylooping while reading non-blocking input Patch by …
(edit) @38d4a217   15 years martin Change the default codecs for the rtsp muxer to mpeg4 and aac These …
(edit) @648e41b3   15 years martin Take ff_write_chained in use in the mov rtp hinter and in the rtsp …
(edit) @9a761250   15 years martin Add a libavformat internal function ff_write_chained Originally …
(edit) @6531b5c9   15 years stefano.sabatini-lala Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. The new …
(edit) @4d2f703a   15 years stefano.sabatini-lala Fix doxy reference to unexisting function. Originally committed as …
(edit) @fbfccc04   15 years michaelni Disable non interleaved avi code when there is no index available. …
(edit) @b8dbff33   15 years stefano.sabatini-lala Cosmetics: make more compact the code for handle_jpeg(), this also …
(edit) @2b65bb45   15 years michaelni Change eval API to take parent log context and log level offset. this …
(edit) @4880cfd9   15 years michaelni Print parent log context too, if available. Originally committed as …
Note: See TracRevisionLog for help on using the revision log.