source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2626308a   15 years martin Actually parse the auth headers in RTSP Originally committed as …
(edit) @aa8bf2fb   15 years martin Make RTSP use the generic http authentication code Still hardcoded to …
(edit) @b17d11c6   15 years martin Add separate method/url parameters to the rtsp_send_cmd functions …
(edit) @c5c20ae4   15 years stefano.sabatini-lala Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA / …
(edit) @ab379c6   15 years baptiste.coudurier 10l, update ref value for ffm since default flags changed and are …
(edit) @e9fea405   15 years martin Reindent Originally committed as revision 22672 to …
(edit) @dac99c35   15 years baptiste.coudurier Enable mbtree by default, and remove it from presets Originally …
(edit) @f3b3b48   15 years baptiste.coudurier Enable more libx264 options, aq, psy, rc lookahead and ssim …
(edit) @4896dd57   15 years jmenon86 Matroska muxer : Don't create audio tracks for unsupported audio …
(edit) @b26708d5   15 years martin Add a changelog entry for http digest auth Originally committed as …
(edit) @855e7732   15 years martin Add support for http digest authentication Originally committed as …
(edit) @d8f92957   15 years martin Reindent Originally committed as revision 22666 to …
(edit) @ddbeb954   15 years martin Add a lowercase parameter to ff_data_to_hex Originally committed as …
(edit) @bd01c393   15 years stefano.sabatini-lala Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) = …
(edit) @b1cc5540   15 years martin Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content …
(edit) @3bfb30b9   15 years vitor1001 Fix warnings in NUT demuxer: libavformat/nutdec.c: In function …
(edit) @7ed8211b   15 years lu_zero Issue a warning if the received CSeq isn't the expected one …
(edit) @9405f733   15 years martin Split out http authentication handling into a separate file This …
(edit) @59856b98   15 years vitor1001 Fix warning: libavformat/nut.c: In function ‘ff_nut_free_sp’: …
(edit) @3032276b   15 years martin Handle errors returned from ff_rtsp_read_reply in udp_read_packet …
(edit) @852e0ca5   15 years rsbultje Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it …
(edit) @508f092a   15 years alex.converse aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). …
(edit) @d692850b   15 years Carl Eugen Hoyos Silence ridiculous gcc warning. Originally committed as revision …
(edit) @c6a5e087   15 years benoit.fouet Mask away AVSEEK_FORCE properly in some checks in url_fseek() Patch by …
(edit) @06ebe916   15 years justin.ruggles Put ff_flac_write_header() in a separate C file to allow it to be …
(edit) @85f273c7   15 years ramiro.polla x11grab: AVFormatParameters are always passed from …
(edit) @f684f3c5   15 years diego AltiVec implies a PPC CPU, so there is no need to check for both. …
(edit) @13bc1ac3   15 years diego Do not compile AltiVec code when AltiVec is not available; not even in …
(edit) @69087742   15 years vitor1001 Bump minor version, I forgot in the last commit Originally committed …
(edit) @e1484ebe   15 years vitor1001 Implement the discrete sine/cosine transforms DCT-I and DST-I …
(edit) @be548816   15 years Carl Eugen Hoyos Always check if ff_alloc_picture() succeeds. Patch by Pavel Pavlov, …
(edit) @6f2c72c1   15 years diego Remove unused variable, fixes the warning: libavcodec/h264.c:1562: …
(edit) @1922c0a7   15 years Carl Eugen Hoyos Add a loop option to ffplay. Patch by Robert Krüger, krueger signal7 …
(edit) @d40a999a   15 years Carl Eugen Hoyos Fix seeking in DV when filesize is unknown. Patch by Tomas Härdin, …
(edit) @7a033e08   15 years martin Handle multiple RTSP transport options properly by adding all of them …
(edit) @602eb779   15 years martin Parse options in the RTSP URL only from the last question mark onwards …
(edit) @2a21adf9   15 years martin Reconstruct the RTSP URL, in order to remove the auth part from the …
(edit) @a8bb9ea5   15 years mans ARM: NEON optimised RDFT Originally committed as revision 22641 to …
(edit) @fc4a2d1   15 years michaelni Change ref_index structure so it matches how its organized in h264. …
(edit) @19de452a   15 years justin.ruggles Move ff_flac_write_header() to flacenc.h, which removes the Matroska …
(edit) @ef768b0c   15 years michaelni Disallow VLC coding with more than 8 bits as there are several bugs in …
(edit) @c511312   15 years michaelni Dont senselessly fail on rawvideo that isnt 3 files per frame. …
(edit) @887af2aa   15 years martin RTP depacketization of Theora Patch by Josh Allmann (joshua allmann …
(edit) @685e76b5   15 years martin Reindent Originally committed as revision 22635 to …
(edit) @b7dc88fc   15 years martin Add support for TCP as lower transport in the RTSP muxer Originally …
(edit) @5d7bc46c   15 years michaelni Throw out last experimental warning that was printed for colorspaces …
(edit) @d6461900   15 years martin Add doxygen docs for av_xiphlacing Patch by Josh Allmann (joshua …
(edit) @9dff2308   15 years martin Interpret valueless attributes in AMR ftmp lines as being 1 …
(edit) @6e69f6c4   15 years martin Use the caller's RTSPMessageHeader in rtsp_setup_input_streams …
(edit) @0e22d688   15 years michaelni Remove the word "experimental" Originally committed as revision 22629 …
(edit) @e1c9d266   15 years michaelni Ignore x264 build=0 as there is no such version, this restores …
(edit) @bb45237e   15 years justin.ruggles Fix FLAC demuxer dependencies. Patch by James Darnley <james darnley …
(edit) @68006ed0   15 years stefano.sabatini-lala Drop AVERROR_NOFMT at the next libavutil major bump. Originally …
(edit) @2928b83c   15 years stefano.sabatini-lala Make av_open_input_file() return AVERROR_INVALIDDATA rather than …
(edit) @e4445e9c   15 years stefano.sabatini-lala Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than …
(edit) @e99f8d32   15 years Reimar.Doeffinger Do not use puts, it adds additional newlines making the generated …
(edit) @c787cb33   15 years Reimar.Doeffinger Add support for hard-coding the 256kB large dv_vlc_map table. …
(edit) @8de0859b   15 years Reimar.Doeffinger Extend and move macros to create table printing functions to header. …
(edit) @10249a5f   15 years Reimar.Doeffinger Split VLC-related tables out of dvdata.h to make it easier to add …
(edit) @b531e1ab   15 years vitor1001 Reindent after r22618. Originally committed as revision 22619 to …
(edit) @8305c76b   15 years vitor1001 Split DCT-II and DCT-III in different functions, they do not share any …
(edit) @e30ab38e   15 years vitor1001 Call DCT by function pointer. Needed for any future ASM implementation …
(edit) @89d7df7c   15 years vitor1001 Cosmetics: move ff_dct_init() to the bottom of the file Originally …
(edit) @2758004f   15 years vitor1001 DCT: remove unused field from context Originally committed as …
(edit) @b78a985a   15 years kostya.shishkov fix minor typo Originally committed as revision 22614 to …
(edit) @e547328b   15 years diego Revert removal of _NETBSD_SOURCE definition. It is indeed necessary to …
(edit) @3546fa8d   15 years Aurélien Jacobs fix compilation with --disable-everything --enable-decoder=mpeg2video …
(edit) @4903b5ca   15 years diego Move variable declaration, fixes the warning: ffplay.c:1703: warning: …
(edit) @1366f059   15 years mans rdft: reorder functions to avoid static prototype Originally …
(edit) @2881c831   15 years mans Call rdft by function pointer Call the RDFT by a function pointer …
(edit) @b297129b   15 years michaelni Hotfix for regtest-error failure a proper fix appears to require …
(edit) @59b4b540   15 years justin.ruggles Add Changelog entry and bump lavf micro version for the addition of …
(edit) @aeef3ec6   15 years justin.ruggles Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files. Patch by …
(edit) @66061a12   15 years justin.ruggles Add VorbisComment writing to FLAC files. Patch by James Darnley <james …
(edit) @64f6e357   15 years mans 10l: fix build without termios.h Originally committed as revision …
(edit) @673fc638   15 years michaelni Error concealment of h264 with multiple references. Originally …
(edit) @1bafdcb   15 years stefano.sabatini-lala List the FFserver specific options under a "Main options" section, to …
(edit) @72af5d8a   15 years stefano.sabatini-lala Change the definition of AVERROR_INVALIDDATA at the next libavutil …
(edit) @00291565   15 years stefano.sabatini-lala Extend description for AVERROR_INVALIDDATA. Originally committed as …
(edit) @9a9509e   15 years mans Register atexit handler only when needed Originally committed as …
(edit) @f5af8f16   15 years diego Replace wrong condition name in #endif comment by correct instance. …
(edit) @81bbd840   15 years diego Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 …
(edit) @7a39f142   15 years benoit.fouet ffmpeg.c: copy chapters by default. Patch by Anton Khirnov wyskas …
(edit) @5388f0b4   15 years stefano.sabatini-lala Reinitialize the h264 decoder context on every valid aspect ratio …
(edit) @15ba015f   15 years uhmmmm The vflip filter does not need to keep ownership of a picture …
(edit) @d313e17a   15 years uhmmmm Use the new null callbacks to simplify filters and reduce duplicated …
(edit) @91d1c741   15 years uhmmmm Create a set of null callback functions. These are useful for filters …
(edit) @22e8222   15 years Carl Eugen Hoyos Extend the generic path of the yuv2rgb converter with support for …
(edit) @d343d598   15 years mans Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED …
(edit) @35a3bd84   15 years Carl Eugen Hoyos It is difficult nowadays to compile without swscale support. …
(edit) @fd7cbc7f   15 years stefano.sabatini-lala Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than …
(edit) @8d5e638f   15 years stefano.sabatini-lala Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end …
(edit) @8bab85e5   15 years stefano.sabatini-lala Remove printing of frame sizes and frame rate abbreviations from …
(edit) @076db5e   15 years stefano.sabatini-lala Add a -window_title option, which sets the FFplay window title. Patch …
(edit) @1400bd5a   15 years stefano.sabatini-lala Make ad-hoc lavfi tests use random values for the slice height used …
(edit) @cec96e8d   15 years stefano.sabatini-lala Add some ad-hoc tests for libavfilter. A patched version of ffmpeg …
(edit) @a7a85dc4   15 years rsbultje Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, …
(edit) @9109cdca   15 years Carl Eugen Hoyos Fix compilation on PPC 470. Originally committed as revision 22584 to …
(edit) @838c7c74   15 years mans Remove $(MSG) override for install-lib targets This is no longer …
(edit) @de5aba8   15 years mans Make ranlib silent in brief output mode Running ranlib is quick and …
Note: See TracRevisionLog for help on using the revision log.