| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow RGB Raw encoding | Javier Garcia | 2006-09-06 | 1 | -1/+1 |
* | ignore index parameter to ignore the ODML index in avi | Michael Niedermayer | 2006-09-05 | 3 | -1/+5 |
* | VMware Video decoder (fourcc: VMnc) | Kostya Shishkov | 2006-09-05 | 1 | -0/+1 |
* | move track timescale/sampleDuration init to write_header and return error if ... | Baptiste Coudurier | 2006-09-04 | 1 | -8/+8 |
* | Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ... | Michel Bardiaux | 2006-09-04 | 4 | -31/+41 |
* | WVC1 is now decodeable with VC-1 decoder. | Kostya Shishkov | 2006-09-04 | 1 | -0/+1 |
* | * Restructuring the division of labor between DV codec and DV format | Roman Shaposhnik | 2006-09-04 | 2 | -268/+75 |
* | Switch license from GPL to LGPL, this file originates from libdv, which | Diego Biurrun | 2006-09-03 | 1 | -10/+10 |
* | remove redundant declarations | Måns Rullgård | 2006-09-02 | 3 | -8/+0 |
* | Fix for AVI files with odd sized 'movi' list | David Conrad | 2006-08-31 | 1 | -1/+1 |
* | fix b pyramid in mp4 muxing if no dts are provided to the muxer | Michael Niedermayer | 2006-08-30 | 2 | -15/+17 |
* | add support for information in CDXA format | Allan Sandfeld Jensen | 2006-08-29 | 1 | -0/+18 |
* | Add missing file from commit r6122 (AVISynth support) | Guillaume Poirier | 2006-08-29 | 1 | -0/+219 |
* | AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % | Steve L'Homme | 2006-08-29 | 3 | -0/+5 |
* | ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there... | Aurelien Jacobs | 2006-08-28 | 1 | -1/+0 |
* | scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa... | Nico Sabbi | 2006-08-27 | 1 | -3/+3 |
* | added option probesize; at the moment only used by mpegts.c | Nico Sabbi | 2006-08-27 | 2 | -0/+6 |
* | initial support for AVOption in AVFormatContext | Nico Sabbi | 2006-08-27 | 2 | -2/+22 |
* | support some totally broken ODML variant | Michael Niedermayer | 2006-08-25 | 1 | -6/+20 |
* | fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ... | Baptiste Coudurier | 2006-08-24 | 1 | -1/+1 |
* | correct uid, and enable JPEG 2000 detection | Baptiste Coudurier | 2006-08-24 | 1 | -1/+1 |
* | add codec id and tag for JPEG 2000 | Baptiste Coudurier | 2006-08-24 | 1 | -0/+1 |
* | wide atom is only defined in mov, use free for mp4/3gp | Baptiste Coudurier | 2006-08-24 | 1 | -1/+1 |
* | move amr parameters adjusting like other codecs | Baptiste Coudurier | 2006-08-24 | 1 | -8/+9 |
* | dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let d... | Baptiste Coudurier | 2006-08-24 | 1 | -0/+13 |
* | put dv demuxing code around ifdef | Baptiste Coudurier | 2006-08-24 | 1 | -1/+4 |
* | put dv demuxing code around ifdef | Baptiste Coudurier | 2006-08-24 | 1 | -0/+2 |
* | support vdva fourcc (dv + dv audio in mov) | Baptiste Coudurier | 2006-08-24 | 1 | -3/+38 |
* | fix ODML AVI Duration for files > 2GB | Brian Brice | 2006-08-24 | 1 | -23/+37 |
* | fix fallback if theres no index | Michael Niedermayer | 2006-08-23 | 2 | -3/+5 |
* | read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmp... | Michael Niedermayer | 2006-08-23 | 1 | -3/+78 |
* | value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/S... | Steve L'Homme | 2006-08-23 | 1 | -1/+2 |
* | total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Ste... | Michael Niedermayer | 2006-08-23 | 1 | -1/+2 |
* | set correct first gop closed value | Baptiste Coudurier | 2006-08-21 | 1 | -3/+4 |
* | rename closed_gop to first_gop_closed | Baptiste Coudurier | 2006-08-21 | 1 | -4/+4 |
* | init buffer | Baptiste Coudurier | 2006-08-21 | 1 | -0/+1 |
* | Added codec id for QCELP. | Benjamin Larsson | 2006-08-20 | 2 | -1/+2 |
* | attribute_deprecated | Michael Niedermayer | 2006-08-20 | 1 | -11/+11 |
* | fix probing of 02-Penguin.flac | Michael Niedermayer | 2006-08-19 | 1 | -4/+10 |
* | AVI tag reading and writing patch by David Conrad. | David Conrad | 2006-08-18 | 2 | -0/+55 |
* | Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % | Steve L'Homme | 2006-08-18 | 1 | -0/+1 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | Diego Biurrun | 2006-08-17 | 1 | -2/+2 |
* | use packet dts as correct media field number and use av_interleave_pkt_per_dts | Baptiste Coudurier | 2006-08-12 | 1 | -55/+33 |
* | update documentation | Baptiste Coudurier | 2006-08-11 | 1 | -3/+12 |
* | export av_interleave_packet_per_dts | Baptiste Coudurier | 2006-08-11 | 2 | -1/+2 |
* | set elst start time to first pts | Baptiste Coudurier | 2006-08-11 | 1 | -4/+1 |
* | fourcc cleanup | Baptiste Coudurier | 2006-08-09 | 1 | -2/+0 |
* | enable 'NONE' audio fourcc | Baptiste Coudurier | 2006-08-09 | 1 | -1/+1 |
* | parse mpeg frame to get pict type and closed gop flag | Baptiste Coudurier | 2006-08-09 | 1 | -5/+19 |
* | Support AAC audio in AVI with tag 0xff | David Conrad | 2006-08-08 | 1 | -0/+1 |