summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Only store timestamps when there are timestamps.Michael Niedermayer2008-06-02
| | | | Originally committed as revision 13627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Our MPEG-TS demuxer does not send complete PES packets but sends themMichael Niedermayer2008-06-02
| | | | | | piecewise, thus the end values cannot be used for associating timestamps. Originally committed as revision 13626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move new field to the end to avoid ABI breakage, I thought this structMichael Niedermayer2008-06-02
| | | | | | | is not used from the outside but after rethinking it of course has to be used if someone wants to use a parser without a lavf demuxer. Originally committed as revision 13625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2008-06-02
| | | | Originally committed as revision 13624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow matching timestamps to be removed by fetch_timestamp().Michael Niedermayer2008-06-02
| | | | Originally committed as revision 13623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add off argument so that fetch_timestamp can search for timestampsMichael Niedermayer2008-06-02
| | | | | | not associated with the first byte of access units. Originally committed as revision 13622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize fetch_timestamp() into its own functionMichael Niedermayer2008-06-02
| | | | Originally committed as revision 13621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused variableMichael Niedermayer2008-06-02
| | | | Originally committed as revision 13620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove table_ prefixBaptiste Coudurier2008-06-02
| | | | Originally committed as revision 13617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-06-02
| | | | Originally committed as revision 13616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename last_frame_offset to next_frame_offset.Michael Niedermayer2008-06-02
| | | | | | (it was and is the next not the last) Originally committed as revision 13615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize, merge offset bits in vlc codeBaptiste Coudurier2008-06-02
| | | | Originally committed as revision 13614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify parser core.Michael Niedermayer2008-06-02
| | | | Originally committed as revision 13613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some AC3HeaderInfo struct fields to the Coded elements group.Justin Ruggles2008-06-02
| | | | Originally committed as revision 13612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return if bitrate is not specified or too lowBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 13611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add context_to_name func for loggingBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 13610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace comments by error messages.Vitor Sessak2008-06-01
| | | | | | Thanks to Mkhodor for the tip. Originally committed as revision 13609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-06-01
| | | | Originally committed as revision 13608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dec2() functionVitor Sessak2008-06-01
| | | | Originally committed as revision 13607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-06-01
| | | | Originally committed as revision 13606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dec1() to a more descriptive nameVitor Sessak2008-06-01
| | | | Originally committed as revision 13605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The function dec1() do two completly unrelated things. Split the rms ↵Vitor Sessak2008-06-01
| | | | | | calculation out of it. Originally committed as revision 13604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more variable renamingVitor Sessak2008-06-01
| | | | Originally committed as revision 13599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More variable renamingVitor Sessak2008-06-01
| | | | Originally committed as revision 13598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionsVitor Sessak2008-06-01
| | | | Originally committed as revision 13597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variablesVitor Sessak2008-06-01
| | | | Originally committed as revision 13596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memcpy considering output width, not src linesize, fix segv with av_picture_padBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 13594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give context to av_logBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 13593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent scalefactors from overflowing.Michael Niedermayer2008-06-01
| | | | | | fixes issue351 Originally committed as revision 13591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add a comment, remove a commentJustin Ruggles2008-05-31
| | | | Originally committed as revision 13590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyJustin Ruggles2008-05-31
| | | | Originally committed as revision 13589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set lfe params at frame init instead of in every blockJustin Ruggles2008-05-31
| | | | Originally committed as revision 13588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only calculate number of exponent groups when exponents are not reused.Justin Ruggles2008-05-31
| | | | Originally committed as revision 13587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove unneeded bracesJustin Ruggles2008-05-31
| | | | Originally committed as revision 13586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: cosmeticsJustin Ruggles2008-05-31
| | | | Originally committed as revision 13585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new dba values requires running last 2 bit allocation stagesJustin Ruggles2008-05-31
| | | | Originally committed as revision 13584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_transform_coeffs() never returns an error, so make the function and its ↵Justin Ruggles2008-05-31
| | | | | | children return void. Originally committed as revision 13582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxy comments to eq() and do_voice()Vitor Sessak2008-05-31
| | | | Originally committed as revision 13581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use enum value for CRC errorJustin Ruggles2008-05-31
| | | | Originally committed as revision 13580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move header error logging to after CRC checkJustin Ruggles2008-05-31
| | | | Originally committed as revision 13579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplificationVitor Sessak2008-05-31
| | | | Originally committed as revision 13578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variableVitor Sessak2008-05-31
| | | | Originally committed as revision 13577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless intermediate variableVitor Sessak2008-05-31
| | | | Originally committed as revision 13576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ra144.o dependency added in revision r13500, now revertedVitor Sessak2008-05-31
| | | | Originally committed as revision 13575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2008-05-30
| | | | Originally committed as revision 13572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* As *_static are not deallocated anymore except on program terminationMichael Niedermayer2008-05-30
| | | | | | | we do not need to keep track of them anymore. Fixes CID117 RUN2 and various race conditions. Originally committed as revision 13571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2008-05-30
| | | | Originally committed as revision 13570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove non C code.Michael Niedermayer2008-05-30
| | | | Originally committed as revision 13569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-30
| | | | | | them. Originally committed as revision 13568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-30
| | | | Originally committed as revision 13567 to svn://svn.ffmpeg.org/ffmpeg/trunk