source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7be75dd7   16 years diego cosmetics: comment grammar/spelling fixes Originally committed as …
(edit) @ced06bd8   16 years robert.swain Add the ability to set the timestamp to the current time by specifying …
(edit) @f9e5b942   16 years vitor1001 10l: fix compiler warning: ncdec.c:82: warning: ISO C90 forbids mixed …
(edit) @74afdc55   16 years stefano.sabatini-lala Document the av_base64_encode/decode functions. See the thread: …
(edit) @4d8eb2e8   16 years robert.swain Fix a const related warning Patch by Ivan Schreter ( schreter gmx net …
(edit) @ac76729c   16 years stefano.sabatini-lala Cosmetics: "* out" -> "*out" for consistency with the other …
(edit) @5118bd44   16 years stefano.sabatini-lala Cosmetics: rename the "size" parameter of av_base64_encode() to …
(edit) @1cc65cec   16 years baptiste.coudurier Move declaration of ff_interleave_add_packet to internal.h. It is an …
(edit) @52ef50a0   16 years stefano.sabatini-lala Cosmetics: prefer out/in over buf/src for the parameter names of …
(edit) @18099ade   16 years baptiste.coudurier Declare ff_interleave_new_audio_packet as static, it is not used …
(edit) @61ccbc52   16 years stefano.sabatini-lala Cosmetics: consistently prefer "size" over "len"/"length" for the …
(edit) @94027d3b   16 years baptiste.coudurier document ff_audio_interleave Originally committed as revision 17066 …
(edit) @0d20c3fd   16 years stefano.sabatini-lala Make av_base64_encode() do not require the user to provide an …
(edit) @dd02ea11   16 years robert.swain Replace hard-coded SEI type constants with symbolic names Patch by …
(edit) @eb8a25c8   16 years michaelni Clarify has_b_frames doxy. Originally committed as revision 17063 to …
(edit) @eaf5d011   16 years vitor1001 NC camera demuxer Patch by Nicolas Martin - elvadrias at gmail …
(edit) @998b6f7c   16 years michaelni Clarify that avformat_seek_file() is not part of the stable API yet. …
(edit) @d04768fa   16 years michaelni avformat_seek_file() prototype Originally committed as revision 17060 …
(edit) @3daa434a   16 years lorenm ff_add_hfyu_median_prediction_mmx2 overall ffvhuff decoding speedup: …
(edit) @6166516d   16 years lorenm re-enable mid_pred asm on x86_64. (broke in r16681) Originally …
(edit) @74892f7a   16 years michaelni Fix reserved identifer detection so it doesnt detect asm and such. …
(edit) @3d8f902   16 years michaelni Factorize grep -v cases. Originally committed as revision 17056 to …
(edit) @6c2dd77e   16 years michaelni Patch check script. Note, before you flame me that its dirty, i did …
(edit) @04e06cfa   16 years baptiste.coudurier cosmetics: sample_to_chunk -> stsc Originally committed as revision …
(edit) @a234e38d   16 years baptiste.coudurier cosmetics: sample_to_ctime -> ctts Originally committed as revision …
(edit) @1975c52c   16 years baptiste.coudurier remove useless field Originally committed as revision 17052 to …
(edit) @9e8d61d4   16 years baptiste.coudurier rewrite pts also, as comment says Originally committed as revision …
(edit) @59453725   16 years baptiste.coudurier remove useless return Originally committed as revision 17050 to …
(edit) @425c9962   16 years baptiste.coudurier fix doxygen Originally committed as revision 17049 to …
(edit) @8e2fd8e1   16 years stefano.sabatini-lala Replace the calls to the deprecated av_alloc_format_context() with …
(edit) @88a28965   16 years stefano.sabatini-lala Deprecate av_malloc_format_context() in favor of …
(edit) @353f87b8   16 years baptiste.coudurier fix typo in h264dsp_mmx (no effect currently as the function is not …
(edit) @8468664   16 years baptiste.coudurier Remove 'const' qualifier from variable in av_parse_video_frame_size(). …
(edit) @8eb027c8   16 years baptiste.coudurier remove useless cast, it does not remove warning, encode prototype must …
(edit) @a7573719   16 years baptiste.coudurier remove warning about incompatible pointer Originally committed as …
(edit) @5ac4d768   16 years baptiste.coudurier reuse MXFCodecUL for data def and simplify Originally committed as …
(edit) @251bf875   16 years baptiste.coudurier remove implicit header inclusions from mxf.h Originally committed as …
(edit) @84a2d304   16 years baptiste.coudurier free index entries Originally committed as revision 17040 to …
(edit) @63601677   16 years baptiste.coudurier use new audio interleaving generic code Originally committed as …
(edit) @f1544e79   16 years baptiste.coudurier extract audio interleaving code from mxf muxer, will be used by gxf …
(edit) @baf2ffd3   16 years baptiste.coudurier offset dts according to edit list, hackish but works, based on patch …
(edit) @6bab4799   16 years diego Remove const qualifier from function argument to eliminate the warning …
(edit) @d526105f   16 years baptiste.coudurier only use 2 slices for index, one video(vbr) and one audio(cbr) …
(edit) @5ccc2316   16 years baptiste.coudurier force first track to be video and simplify Originally committed as …
(edit) @67d8ac4a   16 years baptiste.coudurier write system item Originally committed as revision 17033 to …
(edit) @88b2027e   16 years baptiste.coudurier declare ff_interleave_add_packet Originally committed as revision …
(edit) @432f1f11   16 years kostya.shishkov Move RV3/4 frame type check up so 1-slice unanchored B-frames are …
(edit) @186f155e   16 years kostya.shishkov Add decoder flush after seeking for RV3/4 decoders Originally …
(edit) @85d0d114   16 years baptiste.coudurier use 512 kag size needed for d10 Originally committed as revision …
(edit) @9d385cfe   16 years stefano.sabatini-lala Drop the deprecated function register_avcodec() at the next major …
(edit) @9be26823   16 years stefano.sabatini-lala Replace the calls to the deprecated function register_avcodec() with …
(edit) @85662f49   16 years stefano.sabatini-lala Rename register_avcodec() as avcodec_register() and deprecate the old …
(edit) @21eff9ce   16 years stefano.sabatini-lala Add a new test program for base64, based on that removed in r17024. …
(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. …
Note: See TracRevisionLog for help on using the revision log.