| Commit message (Expand) | Author | Age | Files | Lines |
* | fix pcm u/s8 muxing | Baptiste Coudurier | 2007-03-04 | 1 | -1/+5 |
* | deobfuscate, clearly split mov case | Baptiste Coudurier | 2007-03-04 | 1 | -4/+9 |
* | use common tables for mov muxer and demuxer | Baptiste Coudurier | 2007-03-03 | 1 | -35/+0 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -2/+2 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -2/+2 |
* | remove useless sampleDuration | Baptiste Coudurier | 2006-12-11 | 1 | -3/+0 |
* | check codec frame size directly and only for audio | Baptiste Coudurier | 2006-12-11 | 1 | -4/+4 |
* | utf8 title support for psp (untested) | Michael Niedermayer | 2006-11-08 | 1 | -15/+30 |
* | reindentation, patch by From: Steve Lhomme, slhomme divxcorp com | Steve L'Homme | 2006-11-01 | 1 | -1/+1 |
* | simplify | Baptiste Coudurier | 2006-11-01 | 1 | -10/+5 |
* | mov vfr muxing | Baptiste Coudurier | 2006-11-01 | 1 | -10/+50 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | move track timescale/sampleDuration init to write_header and return error if ... | Baptiste Coudurier | 2006-09-04 | 1 | -8/+8 |
* | wide atom is only defined in mov, use free for mp4/3gp | Baptiste Coudurier | 2006-08-24 | 1 | -1/+1 |
* | set elst start time to first pts | Baptiste Coudurier | 2006-08-11 | 1 | -4/+1 |
* | use correct tag for h263 in mov | Baptiste Coudurier | 2006-08-07 | 1 | -2/+8 |
* | detailed infos about d263 atom | Baptiste Coudurier | 2006-08-07 | 1 | -2/+4 |
* | indention | Baptiste Coudurier | 2006-08-07 | 1 | -8/+8 |
* | only set fields for mov, reserved for 3gp, mp4 | Baptiste Coudurier | 2006-08-07 | 1 | -1/+8 |
* | sampleSize field to 16, reserved for mp4 and 3gp | Baptiste Coudurier | 2006-08-07 | 1 | -3/+2 |
* | mp4, 3gp field is reserved and value is 2 | Baptiste Coudurier | 2006-08-07 | 1 | -1/+1 |
* | use ternary | Baptiste Coudurier | 2006-08-07 | 1 | -5/+1 |
* | vbr compression id is only used in mov | Baptiste Coudurier | 2006-08-07 | 1 | -7/+7 |
* | move common code from mov.c and movenc.c to isom.c | Baptiste Coudurier | 2006-08-01 | 1 | -1/+1 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -1/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -19/+15 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -10/+10 |
* | av_get_bits_per_sample and due simplifications | Baptiste Coudurier | 2006-07-07 | 1 | -21/+1 |
* | typo fix | Baptiste Coudurier | 2006-07-06 | 1 | -1/+1 |
* | 10l, all modes is 0x81FF | Baptiste Coudurier | 2006-07-06 | 1 | -1/+1 |
* | simplify and write correct values conforming to specs | Baptiste Coudurier | 2006-07-06 | 1 | -20/+8 |
* | check for unparsed AMR input | Michael Niedermayer | 2006-07-06 | 1 | -0/+4 |
* | vbr requires version=1 and samplesize=0 per QT spec | Michael Niedermayer | 2006-07-06 | 1 | -11/+8 |
* | write exact values for audio stsd v1 | Baptiste Coudurier | 2006-07-04 | 1 | -42/+42 |
* | check only existing streams | Baptiste Coudurier | 2006-06-25 | 1 | -5/+6 |
* | simplify | Baptiste Coudurier | 2006-06-24 | 1 | -53/+28 |
* | fix aac in mov for ipod | Baptiste Coudurier | 2006-06-19 | 1 | -4/+12 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -1/+1 |
* | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner | 2006-06-17 | 1 | -3/+3 |
* | fix mp3 muxing | Baptiste Coudurier | 2006-06-13 | 1 | -0/+1 |
* | fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... | Michael Niedermayer | 2006-05-19 | 1 | -3/+30 |
* | dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) | Michael Niedermayer | 2006-05-18 | 1 | -0/+2 |
* | dont write LAVF_ID if bitexact and any meta tag is set | Michael Niedermayer | 2006-05-18 | 1 | -1/+2 |
* | simplify meta tag writing code | Michael Niedermayer | 2006-05-18 | 1 | -173/+40 |
* | fix avc nal parsing | Baptiste Coudurier | 2006-05-15 | 1 | -4/+4 |
* | fix mulaw muxing | Baptiste Coudurier | 2006-05-13 | 1 | -0/+1 |
* | do not write wave if not needed | Baptiste Coudurier | 2006-05-13 | 1 | -1/+5 |
* | fix AMR muxing in mov | Baptiste Coudurier | 2006-05-13 | 1 | -16/+24 |
* | add pcm 24/32 le/be support | Baptiste Coudurier | 2006-05-13 | 1 | -23/+46 |