summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier2009-05-15
* reindentBaptiste Coudurier2009-05-15
* remove unneeded length checksBaptiste Coudurier2009-05-15
* change pic type to Picture* and remove castsBaptiste Coudurier2009-05-15
* Implement av_set_options_string().Stefano Sabatini2009-05-14
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-14
* change cts type to int, save some spaceBaptiste Coudurier2009-05-14
* Document av_set_string3() returned error codes.Stefano Sabatini2009-05-14
* Add support in av_parse_color() to a "random" color name, which willStefano Sabatini2009-05-14
* Make case insensitive the match for the color name inStefano Sabatini2009-05-14
* Make av_set_string3() print a message in case of unknown option.Stefano Sabatini2009-05-14
* Provide a context to av_log() calls in av_set_number2() andStefano Sabatini2009-05-14
* Use a single space after an ending period and the beginning of theStefano Sabatini2009-05-14
* Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2009-05-14
* Add gnu/kfreebsd to list of recognized operating systems.Andres Mejia2009-05-14
* Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka2009-05-14
* Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer2009-05-14
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
* Add PCE support to the ADTS muxer.Alex Converse2009-05-13
* Subroutine to copy an AAC Program Config Element (PCE)Alex Converse2009-05-13
* Cosmetics after last commitAlex Converse2009-05-13
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-13
* Move the ADTS header size to the parser's header file.Alex Converse2009-05-13
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-13
* align and update doxygenBaptiste Coudurier2009-05-13
* remove commentBaptiste Coudurier2009-05-13
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-13
* Add a quick description to the H.264 BSFAlex Converse2009-05-13
* factorize av_set_pts_infoBaptiste Coudurier2009-05-13
* cosmetics, alignmentBaptiste Coudurier2009-05-13
* add casts to silence gcc warningsBaptiste Coudurier2009-05-13
* add casts to silence gcc warningsBaptiste Coudurier2009-05-13
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-12
* v210 mov fourccBaptiste Coudurier2009-05-12
* v210 avi fourcc, v210_720p.aviBaptiste Coudurier2009-05-12
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-12
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-12
* Copy input codec's chroma_sample_location to output codec when transcoding.David Conrad2009-05-12
* Support 16K samplerate in Nellymoser.Alexander Chemeris2009-05-11
* Update regression tests for y4m after r18796David Conrad2009-05-11
* Use chroma_sample_location in reading/writing yuv4mpegDavid Conrad2009-05-11
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-11
* PPC: 32-bit asm for MAC64 and MLS64Måns Rullgård2009-05-11
* move free data in the video caseBaptiste Coudurier2009-05-11
* write a single pes for video frames, some proprietary player needs itBaptiste Coudurier2009-05-11
* sgi encoder does not support pal8Baptiste Coudurier2009-05-10
* rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier2009-05-10
* bgra in .mov muxingBaptiste Coudurier2009-05-10
* correct pixfmt for argbBaptiste Coudurier2009-05-10
* rgba in .mov muxingBaptiste Coudurier2009-05-10