source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ee373ddf   16 years alex.converse Move the ADTS header size to the parser's header file. Originally …
(edit) @171a3531   16 years baptiste.coudurier parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open …
(edit) @1a11c0aa   16 years baptiste.coudurier align and update doxygen Originally committed as revision 18812 to …
(edit) @41e64999   16 years baptiste.coudurier remove comment Originally committed as revision 18811 to …
(edit) @4b29ed39   16 years baptiste.coudurier Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is …
(edit) @ec21c215   16 years alex.converse Add a quick description to the H.264 BSF Originally committed as …
(edit) @3a86d3f6   16 years baptiste.coudurier factorize av_set_pts_info Originally committed as revision 18808 to …
(edit) @1fbbedff   16 years baptiste.coudurier cosmetics, alignment Originally committed as revision 18807 to …
(edit) @520ca503   16 years baptiste.coudurier add casts to silence gcc warnings Originally committed as revision …
(edit) @03e4f1ed   16 years baptiste.coudurier add casts to silence gcc warnings Originally committed as revision …
(edit) @e19f9952   16 years diego Fix bandwith vs. bandwiDth typo. Originally committed as revision …
(edit) @e131922e   16 years baptiste.coudurier v210 mov fourcc Originally committed as revision 18803 to …
(edit) @9c4e266c   16 years baptiste.coudurier v210 avi fourcc, v210_720p.avi Originally committed as revision 18802 …
(edit) @ca0bb1c   16 years baptiste.coudurier V210 Uncompressed 4:2:2 10-bit encoder and decoder Originally …
(edit) @5f1ac36d   16 years benoit.fouet Per-stream language-tags extraction in asfdec. Patch by Cyril …
(edit) @de961801   16 years lessen42 Copy input codec's chroma_sample_location to output codec when …
(edit) @c67d7255   16 years diego Support 16K samplerate in Nellymoser. patch by Alexander Chemeris, …
(edit) @325aef38   16 years lessen42 Update regression tests for y4m after r18796 The default changed from …
(edit) @56bb72dc   16 years lessen42 Use chroma_sample_location in reading/writing yuv4mpeg Originally …
(edit) @580a7465   16 years lessen42 Add a chroma_sample_location field to define positioning of chroma …
(edit) @014b7ecb   16 years mans PPC: 32-bit asm for MAC64 and MLS64 GCC makes a mess of these …
(edit) @24ac505   16 years baptiste.coudurier move free data in the video case Originally committed as revision …
(edit) @e4358e70   16 years baptiste.coudurier write a single pes for video frames, some proprietary player needs it …
(edit) @61a4fd8e   16 years baptiste.coudurier sgi encoder does not support pal8 Originally committed as revision …
(edit) @f65aad95   16 years baptiste.coudurier rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing Originally …
(edit) @5b50b8f5   16 years baptiste.coudurier bgra in .mov muxing Originally committed as revision 18789 to …
(edit) @dfb0471f   16 years baptiste.coudurier correct pixfmt for argb Originally committed as revision 18788 to …
(edit) @ed88074a   16 years baptiste.coudurier rgba in .mov muxing Originally committed as revision 18787 to …
(edit) @30853173   16 years baptiste.coudurier reindent Originally committed as revision 18786 to …
(edit) @a7e56229   16 years baptiste.coudurier check for palette presence, fix crash with QT-BMP.mov, issue #1074
(edit) @841b45e5   16 years banan Remove dead nested assignment found by CSA Originally committed as …
(edit) @0871e65c   16 years banan Remove unused code found by CSA Originally committed as revision …
(edit) @0020c54c   16 years diego Add const qualifier to param argument of sws_getContext() and …
(edit) @465477e1   16 years diego Move preprocessor condition before variable declaration, fixes the …
(edit) @b69017af   16 years baptiste.coudurier ensure first pts is set, according to specs Originally committed as …
(edit) @1e885788   16 years baptiste.coudurier remove useless max_payload_size variable Originally committed as …
(edit) @8f14cdee   16 years baptiste.coudurier do not write dts if pts is not set Originally committed as revision …
(edit) @31df40a1   16 years baptiste.coudurier fix total bitrate computation, based on patch by corp186, chasedouglas …
(edit) @7574dc4c   16 years baptiste.coudurier update comment for rgb 16 bit in .mov Originally committed as …
(edit) @7a79e51c   16 years stefano.sabatini-lala Add @code/@endcode commands to markup C code in av_tree_insert() doxy. …
(edit) @9c5a4ea2   16 years stefano.sabatini-lala Add missing '*' to av_tree_insert() doxy. Originally committed as …
(edit) @f8c0692d   16 years diego Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor …
(edit) @f1933e43   16 years diego Add missing const qualifiers to AltiVec function parameters where …
(edit) @10ce9195   16 years diego data parameter of dnxhd_encode_picture() should not be const. Fixes …
(edit) @b755a754   16 years vitor1001 "[" is a terminating char for the filter name. This fixes the parsing …
(edit) @9a3eaeeb   16 years michaelni Correct x/ymin to avoid segfault due to out of picture reads. …
(edit) @5f9ae19   16 years vitor1001 Fix sliced yuv410 -> yuv420 conversion Originally committed as …
(edit) @fc430e8f   16 years lessen42 Warning fix: Make ogg_stream.codec const This matches the return …
(edit) @cf6bae68   16 years stefano.sabatini-lala Change codec_id type to enum CodecID, fix warning. Patch by Daniel …
(edit) @f0b19bd3   16 years stefano.sabatini-lala Update docs after the 8088flex TMV demuxer and decoder addition. …
(edit) @7c7d3e09   16 years stefano.sabatini-lala Add 8088flex TMV file demuxer. Patch by Daniel Verkamp …
(edit) @a1fd2bc3   16 years stefano.sabatini-lala Add 8088flex TMV video decoder. Patch by Daniel Verkamp name at drv …
(edit) @89cb5cd2   16 years stefano.sabatini-lala Add CGA and palette data for 8088flex TMV decoder. Patch by Daniel …
(edit) @e2822726   16 years ramiro.polla mlpdec: Fix possible writing out of array bounds introduced by being …
(edit) @e8d341ce   16 years ramiro.polla mlpdec: Split sync word error and MLP sync word check. The previous …
(edit) @aff42ee0   16 years ramiro.polla mlpdec: Fix indentation that got mangled from copy&paste. Originally …
(edit) @4fa61d1e   16 years ramiro.polla Accept "bikeshed" as a random color. Originally committed as revision …
(edit) @512cfd9d   16 years kostya.shishkov Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported …
(edit) @992f7db0   16 years kostya.shishkov Add floating point audio decoding to WavPack decoder. Patch by Laurent …
(edit) @cabb8111   16 years kostya.shishkov Prepare WavPack decoder to support floating point output. Patch by …
(edit) @778bc09b   16 years justin.ruggles cosmetics: line wrap and vertical alignment Originally committed as …
(edit) @396b73c7   16 years justin.ruggles ac3dec: Remove unneeded context variable, num_cpl_subbands. It is …
(edit) @52dc3fc8   16 years justin.ruggles cosmetics: indentation after last commit Originally committed as …
(edit) @13ec9428   16 years justin.ruggles ac3dec: move channel remapping to outside of block loop Originally …
(edit) @a3015225   16 years stefano.sabatini-lala Implement av_parse_color(). Originally committed as revision 18748 to …
(edit) @9c24cd72   16 years michaelni Extract colorspace fields from MPEG1/2. Originally committed as …
(edit) @1e24f1b2   16 years mans mpegaudio: enclose SUM8() macro args in parens when used Originally …
(edit) @bf030c88   16 years mans mpegaudio: avoid unnecessary copy in high-precision mode Originally …
(edit) @adb206c2   16 years mans mpegaudio: use av_clip() Originally committed as revision 18744 to …
(edit) @4ee6a5c1   16 years michaelni Add colorspace fields to AVCodecContext. Originally committed as …
(edit) @ee273f98   16 years Carl Eugen Hoyos Cosmetics: Fix indentation after r18741. Originally committed as …
(edit) @266c1d90   16 years michaelni Do not discard mp3 frames in the parser after a broken frame. Fixes …
(edit) @3cb08886   16 years kostya.shishkov Factorize out integer sample value decoding for WavPack. This is …
(edit) @c20a305b   16 years baptiste.coudurier dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034 Originally …
(edit) @c239a65b   16 years baptiste.coudurier more dvcprohd .mov fourcc, see #1034 Originally committed as revision …
(edit) @9507d911   16 years michaelni Change VOFW for x86 to 5120, it allows larger images to be scaled and …
(edit) @3737dd1c   16 years mans PPC: implement MULH() in assembler Left to its own devices, gcc …
(edit) @e2fa5cf4   16 years diego Do not scan for MP3 header after the given buffer and return skipped …
(edit) @c7279693   16 years diego Add note about nonfree license of libfaac. Originally committed as …
(edit) @5b05059d   16 years Reynaldo H. Verdejo Pinochet Properly handle SILENCE frame. Patch by Kenan Gillet. Originally …
(edit) @6b71ed16   16 years banan Remove dead assignments found by CSA Originally committed as revision …
(edit) @66311f86   16 years kostya.shishkov Check whether extra bits block has enough data. Patch by Laurent Aimar …
(edit) @241f5eab   16 years banan Remove dead assignments found by CSA Originally committed as revision …
(edit) @10c773c1   16 years banan Remove dead assignments found by CSA Originally committed as revision …
(edit) @f2671197   16 years cschieli Fix chroma shift when scaling from ARGB on LE and BGRA on BE …
(edit) @418f77ec   16 years kostya.shishkov Decode extended bitstream for high-precision WavPack files. Patch by …
(edit) @92147b6b   16 years diego Use new packet reading API, fixes a memory leak. patch by Zdenek …
(edit) @2e032b3   16 years stefano.sabatini-lala Prefer (void) over () in function prototype. Originally committed as …
(edit) @dd04911c   16 years stefano.sabatini-lala Make graphparser.c use av_get_token(). This also avoids the need for …
(edit) @d11dbf09   16 years michaelni av_get_token() based on a patch by Stefano Sabatini Originally …
(edit) @71412781   16 years michaelni Ignore first entry of intra matrixes if it is invalid. Fixes pink.mpg …
(edit) @45ccc61a   16 years michaelni Factorize quantization matrix loading code out. Originally committed …
(edit) @da00b525   16 years ramiro.polla Don't #if a function declaration and properly indent it. Originally …
(edit) @bf4f19dc   16 years ramiro.polla mlpdec: Move MLP's filter_channel() to dsputils. Originally committed …
(edit) @52bcc8e1   16 years ramiro.polla Document change in r18719. Originally committed as revision 18720 to …
(edit) @ce1d9c85   16 years ramiro.polla Export av_free_packet(). Originally committed as revision 18719 to …
(edit) @f0a75e66   16 years diego Add missing return statement to out-of-memory condition. Fixes the …
(edit) @4c27207c   16 years mans configure: fix licence check function Originally committed as …
(edit) @a068a7f1   16 years diego Drop unused libamr-nb fixed-point glue code. Originally committed as …
(edit) @2f7ae63b   16 years diego Require --enable-nonfree for turning on libfaac support. libfaac lies …
Note: See TracRevisionLog for help on using the revision log.