19627 Commits (13bd2044d3887b7f0008168c5173a274b5247488)
 

Author SHA1 Message Date
Ramiro Polla 13bd2044d3 mlp: Simplify adressing of state and coeffs arrays for both filters by making 16 years ago
Ramiro Polla 42e64bf874 mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. 16 years ago
David Conrad ebcf3b742b Ensure that we don't read from invalid memory with B-frame qpel 16 years ago
Baptiste Coudurier e1316b19ea write 'stps' for mpeg-2 open gop in .mov 16 years ago
Baptiste Coudurier 9d9a623925 decode mpeg-2 closed gop first b frames, fix issue #824 16 years ago
Baptiste Coudurier 8be080aebb free Track and unset priv_data to avoid double free, fix memleak 16 years ago
Baptiste Coudurier df099252bb reindent 16 years ago
Baptiste Coudurier 58a830239d remove unneeded length checks 16 years ago
Baptiste Coudurier 357ec71f09 change pic type to Picture* and remove casts 16 years ago
Stefano Sabatini c1ec75b576 Implement av_set_options_string(). 16 years ago
Baptiste Coudurier ab4752e382 use flags field and remove key_frame field 16 years ago
Baptiste Coudurier fe335ff530 change cts type to int, save some space 16 years ago
Stefano Sabatini 644f8c7670 Document av_set_string3() returned error codes. 16 years ago
Stefano Sabatini 3d3bd64db8 Add support in av_parse_color() to a "random" color name, which will 16 years ago
Stefano Sabatini b69b622c22 Make case insensitive the match for the color name in 16 years ago
Stefano Sabatini be1fb76fa1 Make av_set_string3() print a message in case of unknown option. 16 years ago
Stefano Sabatini 50f68bdebf Provide a context to av_log() calls in av_set_number2() and 16 years ago
Stefano Sabatini 38efe76877 Use a single space after an ending period and the beginning of the 16 years ago
Stefano Sabatini c5c6f62668 Apply documentation fixes: use third person, fix grammar and remove 16 years ago
Andres Mejia 83993c1c76 Add gnu/kfreebsd to list of recognized operating systems. 16 years ago
Siarhei Siamashka 460c0abfbb Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") 16 years ago
Michael Niedermayer 4601e76a43 Fix VBV delay for mpeg1/2 CBR. 16 years ago
David Conrad 0a8dedc9e1 Use skip_bits_long() for large skips 16 years ago
Alex Converse 97d4318347 Add PCE support to the ADTS muxer. 16 years ago
Alex Converse 107815de42 Subroutine to copy an AAC Program Config Element (PCE) 16 years ago
Alex Converse f2e5c8b96a Cosmetics after last commit 16 years ago
Alex Converse 90350d73f8 Allow parsing and decoding of ADTS AAC files with channel config = 0 16 years ago
Alex Converse ee373ddffd Move the ADTS header size to the parser's header file. 16 years ago
Baptiste Coudurier 171a353159 parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop 16 years ago
Baptiste Coudurier 1a11c0aa8a align and update doxygen 16 years ago
Baptiste Coudurier 41e6499996 remove comment 16 years ago
Baptiste Coudurier 4b29ed399f Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative. 16 years ago
Alex Converse ec21c21563 Add a quick description to the H.264 BSF 16 years ago
Baptiste Coudurier 3a86d3f646 factorize av_set_pts_info 16 years ago
Baptiste Coudurier 1fbbedff85 cosmetics, alignment 16 years ago
Baptiste Coudurier 520ca5032a add casts to silence gcc warnings 16 years ago
Baptiste Coudurier 03e4f1ed7f add casts to silence gcc warnings 16 years ago
Diego Biurrun e19f995263 Fix bandwith vs. bandwiDth typo. 16 years ago
Baptiste Coudurier e131922e48 v210 mov fourcc 16 years ago
Baptiste Coudurier 9c4e266c1c v210 avi fourcc, v210_720p.avi 16 years ago
Baptiste Coudurier ca0bb1c49c V210 Uncompressed 4:2:2 10-bit encoder and decoder 16 years ago
Cyril Comparon 5f1ac36dd2 Per-stream language-tags extraction in asfdec. 16 years ago
David Conrad de96180137 Copy input codec's chroma_sample_location to output codec when transcoding. 16 years ago
Alexander Chemeris c67d725589 Support 16K samplerate in Nellymoser. 16 years ago
David Conrad 325aef38da Update regression tests for y4m after r18796 16 years ago
David Conrad 56bb72dc3b Use chroma_sample_location in reading/writing yuv4mpeg 16 years ago
David Conrad 580a7465fb Add a chroma_sample_location field to define positioning of chroma samples 16 years ago
Måns Rullgård 014b7ecb66 PPC: 32-bit asm for MAC64 and MLS64 16 years ago
Baptiste Coudurier 24ac50525a move free data in the video case 16 years ago
Baptiste Coudurier e4358e70f8 write a single pes for video frames, some proprietary player needs it 16 years ago