summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix nuv decoder to use reget_buffer for non-keyframes and correctlyReimar Döffinger2008-09-051-6/+16
* do not fail if audio is uncompressed and frame size is not set, just set itBaptiste Coudurier2008-09-051-1/+2
* simplify bps code by using av_get_bits_per_sampleBaptiste Coudurier2008-09-051-13/+2
* simplify function selection codeBaptiste Coudurier2008-09-051-6/+4
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-054-0/+48
* Cosmetics: indent after last commit and remove useless bracesVitor Sessak2008-09-051-6/+5
* Simplify: use a for instead of unrolling by handVitor Sessak2008-09-051-7/+4
* Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...Vitor Sessak2008-09-041-90/+34
* matroskadec: fix ASS subtitle track packets before emitting themAurelien Jacobs2008-09-041-0/+35
* add -xerror option, ffmpeg will now exit right when an error occursBaptiste Coudurier2008-09-041-1/+14
* Fix msgsm in wav, do not set blkalign to frame size, this is wrong,Baptiste Coudurier2008-09-041-1/+1
* Simplify: use two distinct functions to decode MACE3 and MACE6, since theVitor Sessak2008-09-041-24/+26
* Simplify mace_decode_frame()Vitor Sessak2008-09-041-8/+11
* matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs2008-09-042-3/+8
* Remove useless commentsVitor Sessak2008-09-041-9/+0
* Reindent mace.c, its indentation was completly inconsistent with the coding r...Vitor Sessak2008-09-041-95/+95
* Make 16bit grayscale output work.Michael Niedermayer2008-09-042-6/+75
* set block align and frame size for gsm in aiffBaptiste Coudurier2008-09-041-0/+4
* Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.Michael Niedermayer2008-09-041-7/+1
* Cosmetics: s/LPC_type/LPC_TYPE/Vitor Sessak2008-09-041-9/+9
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer2008-09-044-8/+53
* print error when deinterlacing failsBaptiste Coudurier2008-09-041-0/+1
* Fix 4 and 8 bit RGB/BGR input.Michael Niedermayer2008-09-041-9/+34
* Properly use av_log rather than fprintf/printf.JonY2008-09-043-15/+15
* Fix typo.Michael Niedermayer2008-09-041-2/+2
* Remove workaround for rgb/bgr mess.Michael Niedermayer2008-09-041-2/+2
* Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer2008-09-041-28/+10
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-043-42/+42
* cosmetics, remove whitespaceBaptiste Coudurier2008-09-041-1/+1
* actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot frKurtnoise2008-09-041-0/+3
* Fix rgb15/16 vs. bgr part2.Michael Niedermayer2008-09-041-24/+24
* skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits,Damiano Galassi2008-09-041-1/+1
* Fix rgb15/16 vs. bgr part1.Michael Niedermayer2008-09-041-5/+12
* Add fflush to prevent stdout & stderr from being mixed.Michael Niedermayer2008-09-041-0/+2
* Multiply table by -1. This avoid doing this calculation (that was introducedVitor Sessak2008-09-042-10/+10
* Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures andMichael Niedermayer2008-09-041-0/+1
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-044-95/+69
* Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross2008-09-043-58/+39
* Make the nb_max_connections and nb_connections int variables unsigned.Stefano Sabatini2008-09-031-2/+2
* change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier2008-09-032-5/+4
* forbid mp3 < 16000hz in anything except movBaptiste Coudurier2008-09-031-0/+6
* dirac muxing support in mp4/movBaptiste Coudurier2008-09-032-0/+3
* cosmetics, move up mpeg1video mp4 objecttypeBaptiste Coudurier2008-09-031-1/+1
* cosmetics, change values to hex since mp4ra use hexBaptiste Coudurier2008-09-031-24/+24
* cosmetics, vertical alignBaptiste Coudurier2008-09-031-1/+1
* ac3 muxing support in mov/mp4/m4vBaptiste Coudurier2008-09-032-1/+53
* Ignore the spec, and calculate aspect ratio on width/height.Michael Niedermayer2008-09-031-1/+3
* Make the maximum number of simultaneous HTTP connections handled byStefano Sabatini2008-09-032-5/+23
* Change doxygen comment: Clarify when av_write_trailer should be called.Reimar Döffinger2008-09-031-0/+2
* Clarify sample_aspect_ratio.Michael Niedermayer2008-09-031-0/+1
OpenPOWER on IntegriCloud