| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | cosmetics: remove useless whitespaces and put braces correctly | Baptiste Coudurier | 2008-04-24 | 1 | -13/+11 |
* | support for alac in .mov | Baptiste Coudurier | 2008-04-24 | 1 | -1/+14 |
* | special mpeg2 handling is no more needed | Baptiste Coudurier | 2008-04-04 | 1 | -12/+1 |
* | prevent writing empty stss atom | Baptiste Coudurier | 2008-03-30 | 1 | -1/+1 |
* | fix mpeg2 muxing, replace seq header if contained in extradata and key frame ... | Baptiste Coudurier | 2008-03-20 | 1 | -1/+12 |
* | cosmetics, move case up | Baptiste Coudurier | 2008-03-20 | 1 | -4/+3 |
* | ipod/iphone compatible mp4 muxer | Baptiste Coudurier | 2008-03-16 | 1 | -4/+41 |
* | cosmetics, remove whitespaces before and after parenthesis | Baptiste Coudurier | 2008-02-06 | 1 | -47/+47 |
* | 2 more missing consts found by -Wwrite-strings. | Michael Niedermayer | 2008-02-04 | 1 | -2/+2 |
* | stupid typo | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | support rawvideo in mov | Baptiste Coudurier | 2008-01-31 | 1 | -2/+18 |
* | use context in av_log | Baptiste Coudurier | 2008-01-30 | 1 | -1/+1 |
* | warning is only valid for mov | Baptiste Coudurier | 2008-01-30 | 1 | -1/+1 |
* | cosmetics, split long lines, remove useless braces, merge comments and if | Baptiste Coudurier | 2008-01-28 | 1 | -8/+7 |
* | cosmetics, vertically align | Baptiste Coudurier | 2008-01-28 | 1 | -13/+6 |
* | spoke too fast, fix dv fourcc in mov accordingly if strict | Baptiste Coudurier | 2008-01-28 | 1 | -1/+2 |
* | finally set codec tags for mov/mp4/3gp muxers, this should not break anything... | Baptiste Coudurier | 2008-01-28 | 1 | -0/+5 |
* | indentation | Baptiste Coudurier | 2008-01-28 | 1 | -17/+17 |
* | correctly and only set standard stsd fourcc for mp4/3gp | Baptiste Coudurier | 2008-01-28 | 1 | -21/+29 |
* | write esds atom when mpeg-4 systems tags are used | Baptiste Coudurier | 2008-01-28 | 1 | -2/+2 |
* | document tag field | Baptiste Coudurier | 2008-01-28 | 1 | -1/+1 |
* | add a ff_ prefix to newly exported functions from avc.c | Aurelien Jacobs | 2008-01-11 | 1 | -2/+2 |
* | Move isom_write_avcc() and related functions into a separate file. | Aurelien Jacobs | 2008-01-11 | 1 | -113/+1 |
* | extract isom_write_avcc into a function | Aurelien Jacobs | 2008-01-11 | 1 | -12/+19 |
* | Add one more parameter to avc_parse_nal_units so that it allows not to | Aurelien Jacobs | 2008-01-11 | 1 | -4/+4 |
* | Check return value of avc_parse_nal_units(). | Aurelien Jacobs | 2008-01-11 | 1 | -2/+6 |
* | fix indentation | Baptiste Coudurier | 2007-12-20 | 1 | -1/+1 |
* | use generic 'glbl' atom if extradata is present but no specific method is known | Baptiste Coudurier | 2007-12-19 | 1 | -0/+12 |
* | fix dnxhd 720p in mov for quicktime player | Baptiste Coudurier | 2007-12-03 | 1 | -1/+4 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -11/+14 |
* | Cosmetics: indentation. | Benoit Fouet | 2007-10-24 | 1 | -18/+18 |
* | Prevent mov muxer from writing empty udta atoms. | Benoit Fouet | 2007-10-24 | 1 | -8/+20 |
* | dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are it... | Baptiste Coudurier | 2007-10-16 | 1 | -1/+1 |
* | indentation | Baptiste Coudurier | 2007-10-16 | 1 | -18/+18 |
* | DNxHD (SMPTE VC-3) encoder | Baptiste Coudurier | 2007-10-08 | 1 | -0/+54 |
* | Typo | Ramiro Polla | 2007-09-11 | 1 | -1/+1 |
* | kill harmless 64-bit pointer cast warning | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | warn user if video codec timebase is very high | Baptiste Coudurier | 2007-06-06 | 1 | -0/+5 |
* | typo | Aurelien Jacobs | 2007-05-30 | 1 | -1/+1 |
* | warn the user about the the mdhd problem | Michael Niedermayer | 2007-05-30 | 1 | -0/+8 |
* | print and return error if output is non seekable | Baptiste Coudurier | 2007-05-21 | 1 | -0/+5 |
* | cosmectics, use consistant and homogeneous type names for atoms | Baptiste Coudurier | 2007-04-26 | 1 | -2/+2 |
* | cosmectics, mov -> mp4 | Baptiste Coudurier | 2007-03-24 | 1 | -1/+1 |
* | treat frame_size > 1 as compressed audio | Baptiste Coudurier | 2007-03-21 | 1 | -11/+5 |
* | 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 |