source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e15aeea6   14 years stefano.sabatini-lala Implement avfilter_graph_alloc(). Originally committed as revision …
(edit) @a6fdd574   14 years stefano.sabatini-lala Amend avfilter_graph_parse() documentation for the return code, make …
(edit) @37e9cc4e   14 years rsbultje Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() …
(edit) @f1c7c6a   14 years Carl Eugen Hoyos Silence icc warning about unsupported option -Wno-parentheses …
(edit) @00d1e96   14 years Reimar.Doeffinger H.264 decode: support cropping up to 28 pixels in interlaced mode. …
(edit) @ba7d6e79   14 years stefano.sabatini-lala Remove usage of deprecated libavcodec/audioconvert.h functions. …
(edit) @caa7ad5d   14 years Carl Eugen Hoyos Fix 16kHz Mono NellyMoser in flv. Patch by Thierry Foucu, tfoucu …
(edit) @20fcd079   14 years stefano.sabatini-lala Implement isnan() function evaluation. Originally committed as …
(edit) @07851d7   14 years stefano.sabatini-lala Add eval.texi file. Originally committed as revision 25665 to …
(edit) @9fc2b708   14 years Reimar.Doeffinger Update 24 bpp TM1 reference for decoder fixes. Originally committed …
(edit) @e75f418c   14 years Reimar.Doeffinger Fix aspect for 24bpp TM1 samples. Originally committed as revision …
(edit) @a940dc69   14 years Reimar.Doeffinger Fix decoding of 24 bpp TM1 (except for aspect). Originally committed …
(edit) @f1c53014   14 years Reimar.Doeffinger 100l, calculate mb_change_bits_row_size from the update width. …
(edit) @97113c21   14 years Reimar.Doeffinger Support mid-stream resolution/format changes for TM1. This makes it …
(edit) @bf800c7d   14 years wyskas matroskadec: skip invalid tags with no TagName fixes segfault in …
(edit) @61b1f0f9   14 years ramiro.polla changelog: mention that ffmpeg is now win64-friendly Originally …
(edit) @6f2325e3   14 years stefano.sabatini-lala 1/PHIl: swap again settb/setpts, fix alphabetical order. Originally …
(edit) @d89e3b36   14 years stefano.sabatini-lala Move settb docs after setpts docs, fix alphabetical order. Originally …
(edit) @a532bb39   14 years stefano.sabatini-lala Add setpts filter, ported from the libavfilter soc repo. Originally …
(edit) @6f84cd12   14 years stefano.sabatini-lala Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and …
(edit) @d63e456a   14 years stefano.sabatini-lala Implement functions: av_get_sample_fmt_name() av_get_sample_fmt() …
(edit) @262d1c5d   14 years stefano.sabatini-lala Move sample format definitions from libavcodec to libavcore. …
(edit) @7e35d859   14 years martin http: Handle 301/307 redirect requests, too Patch by Mike Edenfield, …
(edit) @769b74ab   14 years Carl Eugen Hoyos Allow mono encoding with LAME. Patch by Thierry Foucu, tfoucu gmail …
(edit) @41f1d3af   14 years stefano.sabatini-lala Fix timestamp handling in more filters after the change which set the …
(edit) @a4ef9658   14 years stefano.sabatini-lala Make the blackframe filter print the time, in addition to the …
(edit) @d370e3e9   14 years stefano.sabatini-lala Make the cropdetect filter print the time for each frame, in addition …
(edit) @da1b9b88   14 years stefano.sabatini-lala Fix timestamp computation when the timebase changes during filtering. …
(edit) @4b3d0dc6   14 years stefano.sabatini-lala Fix crop->var_values[VAR_T] computation in the crop filter. …
(edit) @94c78709   14 years janne-ffmpeg aacdec: change type of data in decode_audio_specific_config parameters …
(edit) @915bfa33   14 years janne-ffmpeg mpegts: support LATM syntax Originally committed as revision 25643 to …
(edit) @136e19e1   14 years janne-ffmpeg Add single stream LATM/LOAS decoder The decoder is just a wrapper …
(edit) @6c003e6d   14 years janne-ffmpeg aacdec: pass avctx as logging context for decode_audio_specific_config …
(edit) @66a71d98   14 years janne-ffmpeg aacdec: refactor the actual aac decoding code into its own function …
(edit) @be63b4ba   14 years janne-ffmpeg aacdec: return consumed bits in decode_audio_specific_config …
(edit) @37d28953   14 years janne-ffmpeg aacdec: add MPEG4AudioConfig as parameter for …
(edit) @45290fc   14 years wyskas ffmpeg.c: reindent Originally committed as revision 25637 to …
(edit) @d0abe80a   14 years wyskas ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is …
(edit) @1829e19   14 years wyskas ffmpeg.c: extend map_meta_data to allow advanced mappings i.e. …
(edit) @4f9d25d   14 years ramiro.polla dnxhd_mmx: prefer xmm registers below xmm6 when they are available …
(edit) @7d78a96   14 years michaelni Fix possibly exploitable out of buffer writes in msrle_decode_pal4(). …
(edit) @7429783   14 years michaelni Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32(). …
(edit) @81a64614   14 years michaelni remove impossible condition from msrle_decode_pal4() Originally …
(edit) @94ee6c10   14 years michaelni fix indent Originally committed as revision 25630 to …
(edit) @0422af7e   14 years stefano.sabatini-lala Remove ffmpeg PGMYUV compatibility hack, which was deprecated since …
(edit) @80e33d24   14 years martin dsputil: Use explicit movzbl instead of movzx This fixes compilation …
(edit) @3699c1f1   14 years stefano.sabatini-lala Fix documented syntax for the cropdetect filter. Originally committed …
(edit) @4cabef0a   14 years stefano.sabatini-lala Make strmatch() return 1 only if the string compared against the …
(edit) @2b59fbe   14 years stefano.sabatini-lala Add st, ld, while examples/tests. Originally committed as revision …
(edit) @8bb12e71   14 years stefano.sabatini-lala Add examples of unary operators. Originally committed as revision …
(edit) @63b16303   14 years stefano.sabatini-lala Fix evaluation of expressions of the form: E1;E2. The pointer to the …
(edit) @d56920e2   14 years alex.converse aacenc: Correct spreading calculation for high spreading. The 3GPP …
(edit) @3ea12f65   14 years alex.converse aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec. …
(edit) @a4ece893   14 years ramiro.polla lpc_mmx: add xmm registers to clobber list Originally committed as …
(edit) @e5d5407   14 years ramiro.polla lpc_mmx: merge some asm blocks These blocks depended on the compiler …
(edit) @2839dc97   14 years stefano.sabatini-lala Use AV_RL32() in opt_codec_tag(). Originally committed as revision …
(edit) @eed299b8   14 years ramiro.polla sad16_sse2: merge 2 asm blocks Originally committed as revision 25617 …
(edit) @0d0778b   14 years ramiro.polla ffmpeg: fix opt_codec_tag() return value opt_codec_tag() is now used …
(edit) @153ca56b   14 years ramiro.polla xmm_clobbers: list xmm registers first in clobber list suncc does not …
(edit) @ba404520   14 years ramiro.polla idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64 Originally …
(edit) @267ff3ae   14 years stefano.sabatini-lala Document url_write(). Originally committed as revision 25613 to …
(edit) @05c01807   14 years ramiro.polla motion_est_mmx: prefer xmm registers below xmm6 when they are …
(edit) @5d543a3d   14 years ramiro.polla dsputil_mmx: add xmm registers to clobber list Originally committed …
(edit) @e2d13c58   14 years ramiro.polla cosmetics: split long line Originally committed as revision 25610 to …
(edit) @0d729e0d   14 years ramiro.polla fdct_mmx: add xmm registers to clobber list Originally committed as …
(edit) @616735e   14 years ramiro.polla idct_sse2_xvid: add xmm registers to clobber list Originally …
(edit) @9943f3b9   14 years ramiro.polla mpegvideo_mmx: add xmm registers to clobber list Originally committed …
(edit) @559738e   14 years ramiro.polla dsputil_mmx: prefer xmm registers below xmm6 when they are available …
(edit) @888d78ac   14 years ramiro.polla bink: make bink_rlelens static (it's only used in this file) …
(edit) @51d592db   14 years ramiro.polla h264dsp: add xmm registers to clobber list Originally committed as …
(edit) @b67f3d65   14 years Carl Eugen Hoyos Fix ffserver-related regression (and crash) introduced in r25500. …
(edit) @ec1ca41c   14 years Carl Eugen Hoyos Move new_output_stream() up for upcoming fix for issue 2317. …
(edit) @9c158e49   14 years martin Store src/dstFormat after calling handle_jpeg handle_jpeg may update …
(edit) @0526c6f7   14 years martin rtsp: Split out the RTSP demuxer functions to a separate, new file …
(edit) @c2688f3a   14 years martin rtsp: Move rtsp_setup_output_streams into rtspenc.c Originally …
(edit) @63e856df   14 years wyskas ffmpeg.c: dynamically allocate metadata maps Originally committed as …
(edit) @ac19f4a3   14 years ramiro.polla indent Originally committed as revision 25598 to …
(edit) @cae05859   14 years ramiro.polla h264dsp: merge some more asm blocks Originally committed as revision …
(edit) @d0242e74   14 years stefano.sabatini-lala Factorize: opt_{audio,video,subtitle}_tag() -> opt_codec_tag(). …
(edit) @a0e7079a   14 years michaelni Fix 10l leak in ffv1. Originally committed as revision 25595 to …
(edit) @73cbf868   14 years michaelni Try to find a bit better initial states in ffv1 2pass. Difference in …
(edit) @0ae0faa   14 years michaelni Keep track of how many slices*gops where encoded in ffv1 2 pass. …
(edit) @3f0671a2   14 years michaelni factorize variable declaration in ffv1. Originally committed as …
(edit) @3dde6675   14 years darkshikari Fix crashes in vorbis decoding found by zzuf Fixes issue 2322. …
(edit) @b11b72a6   14 years wyskas ffmpeg.c manual: clarify map_meta_data usage. Originally committed as …
(edit) @c8dcb9de   14 years wyskas aacenc: Remove energy 'normalization' modification from the 3GPP …
(edit) @4df5aebb   14 years wyskas aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel. …
(edit) @eafadada   14 years wyskas aacenc: Fix the conditions under which 3GPP pre-echo control is run. …
(edit) @042ca05f   14 years wyskas vorbiscomment: convert metadata before computing the header's length …
(edit) @47bfe49c   14 years martin rtsp: Add stub declarations of the setup_in/output_streams functions …
(edit) @b7b5bcc   14 years michaelni FFV1 initial state 2pass code. Originally committed as revision 25584 …
(edit) @28a3f52   14 years michaelni Read & write initial_states for ffv1 Originally committed as revision …
(edit) @99a5e935   14 years michaelni Add initial_states array to ffv1. Originally committed as revision …
(edit) @672e7e39   14 years michaelni Add rc_stat2 to ffv1 this will be needed for finding good initial …
(edit) @19721b23   14 years michaelni Optimize state initialization in ffv1 clear_state(). Originally …
(edit) @c42c1007   14 years michaelni Only allocate stats_out when needed in ffv1 Originally committed as …
(edit) @2a317c6b   14 years michaelni Factorize litteral constents in ffv1 into STATS_OUT_SIZE. Originally …
(edit) @349d7287   14 years michaelni Make 1pass statistic collection in ffv1 put_symbol_inline() …
(edit) @5dd97520   14 years darkshikari Bump required x264 version to X264_BUILD 99 Required after r25567. …
(edit) @9d777508   14 years darkshikari Remove dead code in theora_decode_tables Reading 7 bits as an unsigned …
Note: See TracRevisionLog for help on using the revision log.