| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |