source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e71322cb   13 years Carl Eugen Hoyos Support Sorenson Spark in f4v. Such files are produced by the Flash …
(edit) @d5d02768   13 years Carl Eugen Hoyos Use the parser for AC-3 in mov. Fixes ticket #494.
(edit) @3e1a7ae4   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: swfdec: …
(edit) @05fc9e40   13 years alex.converse swfdec: Add support for sample_rate_code 0 (5512 Hz)
(edit) @ae2e8971   13 years mans dct-test: factor out some common code and do whas was likely intended …
(edit) @dd8d808   13 years diego doc: library versions need to be bumped in version.h
(edit) @9aa1f87d   13 years anton Revert "ffmpeg: get rid of useless AVInputStream.nb_streams." This …
(edit) @609a2fa1   13 years anton Remove some forgotten AVCodecContext.palctrl usage.
(edit) @9ecfbb3e   13 years anton lavc/utils: move avcodec_init() higher in the file. Fixes build on …
(edit) @e5b29c1f   13 years anton lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*
(edit) @feedc075   13 years anton ac3dec: actually use drc_scale private option
(edit) @63e4c8a6   13 years anton lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macros They are …
(edit) @4d77d57d   13 years anton alsa: add missing header Fixes compile with next lavc major.
(edit) @a3e0135d   13 years diego msmpeg4: remove leftover unused debug variable declaration
(edit) @95a06eb4   13 years diego Fix assert() calls that need updates after FF_COMMON_FRAME macro …
(edit) @35a68558   13 years diego Fix av_dlog invocations with wrong or missing logging context. This …
(edit) @be4e8908   13 years anton vf_yadif: add support to yuva420p Signed-off-by: Anton Khirnov …
(edit) @4703a7b5   13 years anton vf_yadif: correct documentation on the parity parameter 0 is …
(edit) @5feb67f   13 years anton vf_yadif: copy buffer properties like aspect for second frame as well …
(edit) @61f4387d   13 years anton oma: support for encrypted files Signed-off-by: David Goldwich …
(edit) @7a019df   13 years anton id3v2: add support for non-text and GEOB type tag frames This extends …
(edit) @b3e144a7   13 years anton des: add possibility to calculate DES-CBC-MAC with small buffer This …
(edit) @358d837d   13 years michaelni prores: Add forgotten Copyright statements Signed-off-by: Michael …
(edit) @7cb5def1   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @c83442b0   13 years michaelni mp3demux: pass on error code on packet read. Reported-by: Tanami, …
(edit) @743e1df5   13 years michaelni prores: Simplify code further Signed-off-by: Michael Niedermayer …
(edit) @ecb0edd   13 years michaelni prores: simplify 4444 handling
(edit) @d673972d   13 years michaelni prores: fixes a few prores 4444 samples
(edit) @989c0282   13 years michaelni prores: use shift instead of multiply
(edit) @847052db   13 years michaelni rtspdec: Require TCP-interleaved RTP packets to be at least 11 bytes, …
(edit) @2b2617da   13 years michaelni libpostproc: mmx code uses stack below %esp, fix that Signed-off-by: …
(edit) @0bbb1cdc   13 years Reimar.Doeffinger Use correct LOCAL_ALIGNED for stack variables instead of …
(edit) @b9acca28   13 years Reimar.Doeffinger Remove unused variable. Signed-off-by: Reimar Döffinger …
(edit) @c928e917   13 years Reimar.Doeffinger Hack around gcc 4.6 breaking asm using call. gcc 4.6 no longer …
(edit) @3ffe32eb   13 years martin rtmp: Don't blindly skip the 4 trailer bytes from the FLV packets If …
(edit) @a14c7842   13 years martin rtmp: Handle FLV packets written in more than one write call If the …
(edit) @4cc77323   13 years martin rv34: Check for invalid slice offsets Signed-off-by: Martin Storsjö …
(edit) @cadbe4ec   13 years michaelni mov: Fix grayscale Cinepak in mov Fixes Ticket165 Signed-off-by: …
(edit) @74918160   13 years michaelni libavfilter/libmpcodecs: add vf_stereo3d support (code from mplayer …
(edit) @5aa18fed   13 years michaelni libmpcodecs: some hunks from mplayer HEAD Signed-off-by: Michael …
(edit) @65655a04   13 years michaelni lavf/utils: better dts wrap correction. Fixes Ticket488 …
(edit) @4832ed4c   13 years michaelni h264: do not increase recovery frame which would lead to endless …
(edit) @a8a9844a   13 years michaelni h264: reset recovery frame on seeks. Signed-off-by: Michael …
(edit) @8716c178   13 years michaelni Check for invalid slice offsets in real decoder. Signed-off-by: …
(edit) @a2544524   13 years michaelni regtests: add a flashsv2 decoder test limited to keyframes …
(edit) @a6186f3a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: …
(edit) @16c5d3b0   13 years michaelni allcodecs: cosmetic Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @f5899f02   13 years michaelni gitignore: add libswresample* Signed-off-by: Michael Niedermayer …
(edit) @7882dc10   13 years gwenole.beauchesne MAINTAINERS: add my GPG fingerprint.
(edit) @c92a2a4e   13 years anton movenc: fix NULL reference in mov_write_tkhd_tag st may be NULL when …
(edit) @f06068bb   13 years martin rmdec: Reject invalid deinterleaving parameters Signed-off-by: Martin …
(edit) @b4ed3d78   13 years martin rv34: Fix potential overreads Signed-off-by: Martin Storsjö …
(edit) @d2213b6   13 years martin rv34: Fix buffer size used for MC of B frames after a resolution …
(edit) @d0f6ab0   13 years martin rv34: Avoid NULL dereference on corrupted bitstream …
(edit) @4a29b471   13 years martin rv10: Reject slices that does not have the same type as the first one …
(edit) @ab09df9d   13 years anton vf_yadif: add an option to enable/disable deinterlacing based on src …
(edit) @91aff266   13 years anton vsrc_color: set output pos values to -1 -1 is more correct than 0, as …
(edit) @753890d0   13 years anton vsrc_color: add @file doxy Also remove outdated reference to color in …
(edit) @deb58ab4   13 years anton vsrc_buffer: remove duplicated file description Signed-off-by: Anton …
(edit) @8cee38a2   13 years anton eval: implement not() expression
(edit) @9bc39390   13 years anton eval: add sqrt function for computing the square root
(edit) @3e033da8   13 years anton rmdec: use the deinterleaving mode and not the codec when creating …
(edit) @4a9b069b   13 years Carl Eugen Hoyos Support 3IVD in isom, produced by 3ivx DivX Doctor. Fixes ticket #486.
(edit) @63d64228   13 years anton lavf: Fix context pointer in av_open_input_stream when …
(edit) @8593b743   13 years michaelni rematrix: dont use floats for int16 code. Signed-off-by: Michael …
(edit) @c3c1af6d   13 years michaelni rematrix: use double during init. Signed-off-by: Michael Niedermayer …
(edit) @1133676f   13 years michaelni swr: replace sqrt(0.5) by M_SQRT1_2 Signed-off-by: Michael …
(edit) @a5f8aace   13 years michaelni configure: swr pkgconfig Signed-off-by: Michael Niedermayer …
(edit) @9dd3da10   13 years michaelni swr: fix shared lib build Signed-off-by: Michael Niedermayer …
(edit) @b5875b91   13 years michaelni Add libswresample. Similar to libswscale this does resampling and …
(edit) @53e37840   13 years michaelni calculate frame_num for recovery point "keyframe" recovery points …
(edit) @96c93b8c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @4bc447a3   13 years Carl Eugen Hoyos Fix compilation with --disable-everything --enable-outdev=alsa. Bug …
(edit) @ba5ff1b3   13 years michaelni h264dec: add forgotten copying of h->sync Signed-off-by: Michael …
(edit) @0ddcfa42   13 years Carl Eugen Hoyos Fix compilation without --disable-swscale.
(edit) @c7686172   13 years Carl Eugen Hoyos Fix compilation with --disable-swscale. Fixes ticket #482.
(edit) @8e4c1000   13 years Joakim Plate Set AV_PKT_FLAG_KEY based on nupplevideo header Based from …
(edit) @7768f6b1   13 years Joakim Plate add support for generic seeking by reading timestamps in nuv
(edit) @46f415b5   13 years Clément Bœsch doc/filters: fix numer/number typo.
(edit) @46c9ddf8   13 years Clément Bœsch lavfi: fix avfilter_get_audio_buffer() doxy to match reality.
(edit) @9209249b   13 years michaelni lavc: better reference to AVOptions Signed-off-by: Michael …
(edit) @0812ad01   13 years michaelni h264dec: Support CODEC_FLAG2_SHOW_ALL. Signed-off-by: Michael …
(edit) @86dd4b04   13 years michaelni mpeg2dec: support CODEC_FLAG2_SHOW_ALL. Signed-off-by: Michael …
(edit) @49073022   13 years michaelni lavc: Document that AVOptions should be used. Signed-off-by: Michael …
(edit) @645cebbe   13 years michaelni lavc: add CODEC_FLAG2_SHOW_ALL Signed-off-by: Michael Niedermayer …
(edit) @9535929   13 years stefasab asrc_anullsrc: amend description to reflect the recent changes
(edit) @1d8d987b   13 years stefasab asrc_anullsrc: globally prefer "null" over "priv" for indicating the …
(edit) @17d2fee   13 years stefasab asrc_anullsrc: do not show the int64_t value for channel_layout That …
(edit) @e72aa52   13 years stefasab asrc_anullsrc: implement a request_frame callback for returning frames …
(edit) @44ab77db   13 years stefasab asrc_anullsrc: extend syntax to make it accept a non positional list …
(edit) @7f9b0ef9   13 years anton doc/APIChanges: fill in missing hashes and dates.
(edit) @07631dee   13 years michaelni rtmpproto.c: Fixed RTMP Stream output issue Original code had the …
(edit) @b2f230e2   13 years michaelni mpegpsdec: fix reading first mpegps packet
(edit) @140dbcff   13 years michaelni Avoid NULL dereference on corrupted bitstream with real decoder. …
(edit) @d788af6c   13 years michaelni Reject slices that does not have the same type than the first one in …
(edit) @eac673d5   13 years michaelni timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux. …
(edit) @9a9ceb8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavfi: …
(edit) @979bea13   13 years michaelni check all svq3_get_ue_golomb() returns. Signed-off-by: Michael …
(edit) @a64b028a   13 years michaelni h264dec: Dont display trash before a keyframe. Fixes Ticket472 This …
(edit) @35f38b3a   13 years michaelni rv34: check for size mismatch Signed-off-by: Michael Niedermayer …
Note: See TracRevisionLog for help on using the revision log.