source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @33094be8   16 years stefano.sabatini-lala Remove broken test program. Originally committed as revision 17024 to …
(edit) @18c7b354   16 years lucabe72 Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer …
(edit) @d3536678   16 years lucabe72 Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer Originally …
(edit) @dcd913d9   16 years michaelni Fix minor memory leak. Patch by Jindrich Makovicka, approved by mans. …
(edit) @17a5894a   16 years lucabe72 Merge rtp_aac.h and rtp_mpv.h in rtpenc.h Originally committed as …
(edit) @271e6ddd   16 years michaelni Fix list of input pix_fmts supported by GIF. This makes it work with …
(edit) @6337178b   16 years michaelni Ensure that the palette is set in data[1] for all 8bit formats. Also …
(edit) @9a77d59a   16 years Carl Eugen Hoyos Use libopenjpeg for jpeg2k decoding. Patch by Jaikrishnan Menon …
(edit) @302879cb   16 years lucabe72 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h Originally committed as …
(edit) @1a45a9f4   16 years rsbultje Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first …
(edit) @4606a059   16 years Carl Eugen Hoyos Fix blend_subrect for some subrects positioned on odd rows. Patch by …
(edit) @676ef505   16 years Carl Eugen Hoyos Fix blend_subrect for subrects positioned on odd rows. Patch by Björn …
(edit) @0a861b6   16 years rsbultje Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and …
(edit) @f5b28890   16 years baptiste.coudurier format timestamp correctly according to specs and set it Originally …
(edit) @5ccad11d   16 years baptiste.coudurier use timestamp as modification date Originally committed as revision …
(edit) @da2dc39   16 years ramiro.polla Revert part of r16593. network.h should only be included when …
(edit) @d0f89acf   16 years alex.converse Make the MP3 probe weakly claim all files with ID3v2 tags to fix …
(edit) @eacc40e8   16 years baptiste.coudurier use timestamp as creation date Originally committed as revision 17007 …
(edit) @71a48ff2   16 years michaelni Add size_in_bits to PutBitContext Originally committed as revision …
(edit) @b516ecdd   16 years rsbultje Delete an enum and a function typedef that aren't used anywhere, and …
(edit) @21da81d7   16 years lucabe72 Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c …
(edit) @468d298d   16 years pross Electronic Arts demuxer: support TQI video tag Originally committed …
(edit) @d8964f3a   16 years pross Electronic Arts TQI decoder Originally committed as revision 17002 to …
(edit) @44ba8b6   16 years pross don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this …
(edit) @50240e56   16 years pross convert mpeg1_decode_block_intra() to inline global Originally …
(edit) @1c7c6669   16 years baptiste.coudurier fix key frame offset with open gop Originally committed as revision …
(edit) @7595a5e4   16 years mans configure: add command flag to disable yasm use Originally committed …
(edit) @c0f5b7f1   16 years mans configure: set EXESUF before it is used Originally committed as …
(edit) @5317c95b   16 years mans Remove CONFIG_H264_ENCODER references Originally committed as …
(edit) @993f2d0   16 years mans configure: move basic sanity tests before other tests Originally …
(edit) @f0d54372   16 years diego Remove documentation of non-existing function parameters. Originally …
(edit) @181d8a7f   16 years diego Remove unused CONFIG_H264_ENCODER #define. Originally committed as …
(edit) @c7f03f4e   16 years diego Remove pointless '#if CONFIG_ENCODERS' around forward declarations. …
(edit) @242e2270   16 years diego fastdiv is disabled by default, so put --enable-fastdiv into the help …
(edit) @9e5e2a2e   16 years diego Use directory name as multiple inclusion guard prefix. We do this for …
(edit) @1262d638   16 years rsbultje Move enum RTSPTransport up a bit, so that all fields that are assigned …
(edit) @f52901b3   16 years Roman R. No need to compute stype Originally committed as revision 16988 to …
(edit) @034fcddf   16 years baptiste.coudurier always write mxf time base in descriptors Originally committed as …
(edit) @2db5da97   16 years ramiro.polla Do not misuse unsigned long to store pointers. Originally committed …
(edit) @5a897cfa   16 years baptiste.coudurier use sample rate as audio input time base Originally committed as …
(edit) @488227c   16 years Aurélien Jacobs write all available metadata tags into extended_content_header …
(edit) @300f24f3   16 years Aurélien Jacobs use new metadata API in asf muxer Originally committed as revision …
(edit) @4f0f9bdd   16 years baptiste.coudurier let packet pass through when no timestamps Originally committed as …
(edit) @832404ce   16 years baptiste.coudurier exactly compute index byte count Originally committed as revision …
(edit) @5363c43e   16 years alex.converse Add av_cold attributes to *_init and *_end functions. Originally …
(edit) @bf252f7f   16 years baptiste.coudurier prevent reading more than container atom size, fix broken file …
(edit) @2c823b3c   16 years alex.converse VP3: Prevent stack corruption from an unset custom coding method. …
(edit) @20e2a7ae   16 years Aurélien Jacobs use new metadata API in asf demuxer Originally committed as revision …
(edit) @cb99c65   16 years Carl Eugen Hoyos Add fields to H264Context and SPS for upcoming VA API support. Patch …
(edit) @25a03ba3   16 years Reimar.Doeffinger 100l, don't run tests twice, this was some forgotten debugging code. …
(edit) @551a0c79   16 years Reimar.Doeffinger Fix a bug in 3DEC CBC decryption and add more extensive tests based on …
(edit) @cc55c464   16 years stefan.gehrer check validity of pointer srcC Originally committed as revision 16973 …
(edit) @61eb8cc4   16 years Reimar.Doeffinger Update DES test code to use the new public API. Originally committed …
(edit) @bc17cc01   16 years Reimar.Doeffinger Add support for 3DES to DES module Originally committed as revision …
(edit) @1a534c7f   16 years Reimar.Doeffinger Add and use a public API for RC4 and DES, analogous to the AES API. …
(edit) @88297e80   16 years michaelni Reformat rdt_demuxer AVCodec struct sanely. Originally committed as …
(edit) @1558d0b   16 years michaelni Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) …
(edit) @152714e1   16 years michaelni Fix unknown header 10001000 / …
(edit) @c0f14458   16 years Aurélien Jacobs use new metadata API in aiff demuxer Originally committed as revision …
(edit) @33abc1a7   16 years baptiste.coudurier be more flexible with frame rate check Originally committed as …
(edit) @be62f556   16 years Aurélien Jacobs simplify Originally committed as revision 16964 to …
(edit) @f8ca63e8   16 years Carl Eugen Hoyos Fix vertical resolution of subtitles. Patch by Björn Axelsson gecko A …
(edit) @0d08e270   16 years diego Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning: …
(edit) @da61e413   16 years Aurélien Jacobs use new metadata API in rtsp demuxer Originally committed as revision …
(edit) @f3650b2   16 years Aurélien Jacobs use new metadata API in rtp muxer Originally committed as revision …
(edit) @10ce8f23   16 years Aurélien Jacobs it seems I never added myself in there before Originally committed as …
(edit) @e80c73b3   16 years Carl Eugen Hoyos Add support for fourcc "SP54". Patch by Eli Friedman eli D friedman A …
(edit) @b3a9e50c   16 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 16957 to …
(edit) @3b1c4a06   16 years Aurélien Jacobs simplify usage of dstlen as it is not a parameter anymore Originally …
(edit) @ee56cab3   16 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 16955 to …
(edit) @b182eeb0   16 years Aurélien Jacobs use new metadata API in the mp3 muxer Originally committed as …
(edit) @9d98535c   16 years Aurélien Jacobs use new metadata API in the mp3 demuxer Originally committed as …
(edit) @5ea7ce88   16 years Aurélien Jacobs modify the way to pass parameters to av_metadata_set() This improves …
(edit) @69b6d53b   16 years Aurélien Jacobs cosmetics: whitespace Originally committed as revision 16951 to …
(edit) @679f5c25   16 years Reimar.Doeffinger Documentation for LZO error return value flags Originally committed …
(edit) @a545f067   16 years Reimar.Doeffinger Move doxygen documentation from lzo.c to lzo.h Originally committed …
(edit) @6fb625c4   16 years baptiste.coudurier cosmetics: whitespaces, empty lines Originally committed as revision …
(edit) @f35254d   16 years baptiste.coudurier mxf does not have timestamps Originally committed as revision 16947 …
(edit) @0b178e56   16 years Reimar.Doeffinger Add av_ prefix to LZO stuff and thus make it officially part of the …
(edit) @aa8d024c   16 years banan Allocate trellis tables on heap only when needed. Originally …
(edit) @426a6f34   16 years benoit.fouet Splits the totalbitrate in a videodatarate and audiodatarate part. …
(edit) @9a354fe3   16 years benoit.fouet Implement the reading of the video bitrate of flv movies out of the …
(edit) @822617cd   16 years baptiste.coudurier 24bit pcm support Originally committed as revision 16942 to …
(edit) @2253d6d7   16 years baptiste.coudurier more flexible mapping selection Originally committed as revision …
(edit) @a4397fa9   16 years baptiste.coudurier fix temporal offet of ipbb sequences, simplification welcome …
(edit) @b17f1a07   16 years robert.swain Doxygen defgroups throw a warning if they don't have a title as well …
(edit) @ed00d0c1   16 years baptiste.coudurier fix video line map tag size Originally committed as revision 16938 to …
(edit) @bc185fc1   16 years baptiste.coudurier fix flush and interleaving by edit units Originally committed as …
(edit) @0e9dbd96   16 years baptiste.coudurier write index table and rip, muxer works pretty well now Originally …
(edit) @6ebafef6   16 years diego Add XSUB to list of supported subtitle formats. Originally committed …
(edit) @70e4939   16 years diego cosmetics: Place all subtitle entries together. Originally committed …
(edit) @f8a32581   16 years diego Add necessary #includes to pass 'make checkheaders'. Originally …
(edit) @0290074c   16 years baptiste.coudurier factorize common wav local tags Originally committed as revision …
(edit) @f9303ff   16 years baptiste.coudurier write req local tags for wav Originally committed as revision 16931 …
(edit) @4966b98a   16 years baptiste.coudurier adjust size when not writing f2 Originally committed as revision …
(edit) @8ed82d8   16 years baptiste.coudurier do not write f2 if not interlaced Originally committed as revision …
(edit) @cbd70c41   16 years baptiste.coudurier write bitrate tag Originally committed as revision 16928 to …
(edit) @724e7d8d   16 years baptiste.coudurier write display height/width tags Originally committed as revision …
(edit) @faeb2bd4   16 years justin.ruggles flacdec: set default sample_fmt before parsing extradata Originally …
(edit) @6bf959fe   16 years diego Add av_unused to conditionally used variable, fixes the warning: …
Note: See TracRevisionLog for help on using the revision log.